public static class BasicStreamers.LongArrayStreamer extends BasicStreamers.BasicStreamer
| Constructor and Description |
|---|
LongArrayStreamer() |
| Modifier and Type | Method and Description |
|---|---|
Object |
createObject(ObjectInputStream in)
Creates a blank object that can subsequently be read by this streamer.
|
void |
writeObject(Object object,
ObjectOutputStream out,
boolean useWriter)
Writes the supplied object to the specified stream.
|
readObjectgetCollectionClass, getStreamer, getStreamerClass, isStreamable, toStringpublic Object createObject(ObjectInputStream in) throws IOException
StreamercreateObject in class StreamerIOExceptionpublic void writeObject(Object object, ObjectOutputStream out, boolean useWriter) throws IOException
StreamerwriteObject in class Streamerobject - the instance to be written to the stream.out - the stream to which to write the instance.useWriter - whether or not to use the custom writeObject if one exists.IOExceptionCopyright © 2015. All rights reserved.