public class FSTObjectInputNoShared extends FSTObjectInput
FSTObjectInput.ConditionalCallbackclnamesin| Constructor and Description |
|---|
FSTObjectInputNoShared() |
FSTObjectInputNoShared(FSTConfiguration conf) |
FSTObjectInputNoShared(InputStream in)
Creates a FSTObjectInput that uses the specified
underlying InputStream.
|
FSTObjectInputNoShared(InputStream in,
FSTConfiguration conf)
Creates a FSTObjectInput that uses the specified
underlying InputStream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
registerObject(Object o,
int streamPosition,
FSTClazzInfo info,
FSTClazzInfo.FSTFieldInfo referencee) |
void |
resetForReuse(InputStream in) |
void |
resetForReuseCopyArray(byte[] bytes,
int off,
int len) |
close, copy, defaultCopy, defaultReadObject, getClassForName, getConditionalCallback, getConf, getInput, getReadExternalReadAHead, readArray, readCChar, readCDouble, readCFloat, readCInt, readClass, readCLong, readCompatibleObjectFields, readCompressedArray, readCShort, readFByte, readFChar, readFDouble, readFFloat, readFInt, readFIntArr, readFLong, readFPrimitiveArray, readFShort, readObject, readObject, readObjectCompatible, readObjectCompatibleRecursive, readObjectInternal, readObjectWithHeader, readStringAsc, readStringCompressed, readStringUTF, reset, resetForReuseUseArray, resetForReuseUseArray, setConditionalCallback, setReadExternalReadAHeadread, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, readUTF, skipBytesavailable, mark, markSupported, read, skipclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreadBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytespublic FSTObjectInputNoShared()
throws IOException
IOExceptionpublic FSTObjectInputNoShared(FSTConfiguration conf)
public FSTObjectInputNoShared(InputStream in) throws IOException
in - the specified input streamIOExceptionpublic FSTObjectInputNoShared(InputStream in, FSTConfiguration conf)
in - the specified input streamconf - public void registerObject(Object o, int streamPosition, FSTClazzInfo info, FSTClazzInfo.FSTFieldInfo referencee)
registerObject in class FSTObjectInputpublic void resetForReuse(InputStream in) throws IOException
resetForReuse in class FSTObjectInputIOExceptionpublic void resetForReuseCopyArray(byte[] bytes,
int off,
int len)
throws IOException
resetForReuseCopyArray in class FSTObjectInputIOExceptionCopyright © 2014. All rights reserved.