Closeable
, DataInput
, ObjectInput
, ObjectStreamConstants
, AutoCloseable
, ByteInput
public final class SerialObjectInputStream extends MarshallerObjectInputStream
ObjectInputStream.GetField
baseWireHandle, PROTOCOL_VERSION_1, PROTOCOL_VERSION_2, SC_BLOCK_DATA, SC_ENUM, SC_EXTERNALIZABLE, SC_SERIALIZABLE, SC_WRITE_METHOD, SERIAL_FILTER_PERMISSION, STREAM_MAGIC, STREAM_VERSION, SUBCLASS_IMPLEMENTATION_PERMISSION, SUBSTITUTION_PERMISSION, TC_ARRAY, TC_BASE, TC_BLOCKDATA, TC_BLOCKDATALONG, TC_CLASS, TC_CLASSDESC, TC_ENDBLOCKDATA, TC_ENUM, TC_EXCEPTION, TC_LONGSTRING, TC_MAX, TC_NULL, TC_OBJECT, TC_PROXYCLASSDESC, TC_REFERENCE, TC_RESET, TC_STRING
Modifier and Type | Method | Description |
---|---|---|
void |
defaultReadObject() |
|
ObjectInputStream.GetField |
readFields() |
|
void |
registerValidation(ObjectInputValidation obj,
int prio) |
readAllBytes, readNBytes, transferTo
available, close, enableResolveObject, mark, markSupported, read, read, read, readBoolean, readByte, readChar, readClassDescriptor, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readObjectOverride, readShort, readStreamHeader, readUnshared, readUnsignedByte, readUnsignedShort, readUTF, reset, resolveClass, resolveObject, resolveProxyClass, skip, skipBytes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getObjectInputFilter, readObject, setObjectInputFilter
public void defaultReadObject() throws IOException, ClassNotFoundException
MarshallerObjectInputStream
defaultReadObject
in class MarshallerObjectInputStream
IOException
ClassNotFoundException
public ObjectInputStream.GetField readFields() throws IOException, ClassNotFoundException
MarshallerObjectInputStream
readFields
in class MarshallerObjectInputStream
IOException
ClassNotFoundException
public void registerValidation(ObjectInputValidation obj, int prio) throws NotActiveException, InvalidObjectException
MarshallerObjectInputStream
registerValidation
in class MarshallerObjectInputStream
NotActiveException
InvalidObjectException
Copyright © 2019 JBoss by Red Hat. All rights reserved.