Uses of Annotation Type
com.sun.corba.ee.spi.trace.ValueHandlerRead
Packages that use ValueHandlerRead
-
Uses of ValueHandlerRead in com.sun.corba.ee.impl.io
Classes in com.sun.corba.ee.impl.io with annotations of type ValueHandlerReadModifier and TypeClassDescriptionclassIIOPInputStream is used by the ValueHandlerImpl to handle Java serialization input semantics.final classMethods in com.sun.corba.ee.impl.io with annotations of type ValueHandlerReadModifier and TypeMethodDescriptionfinal voidIIOPInputStream.defaultReadObjectDelegate()Override the actions of the final method "defaultReadObject()" in ObjectInputStream.protected StringIIOPInputStream.internalReadUTF(InputStream stream) Helper method for correcting the Kestrel bug 4367783 (dealing with larger than 8-bit chars).final intIIOPInputStream.read()final intIIOPInputStream.read(byte[] data, int offset, int length) final booleanIIOPInputStream.readBoolean()final byteIIOPInputStream.readByte()final charIIOPInputStream.readChar()final doubleIIOPInputStream.readDouble()final floatIIOPInputStream.readFloat()final voidIIOPInputStream.readFully(byte[] data) final voidIIOPInputStream.readFully(byte[] data, int offset, int size) final intIIOPInputStream.readInt()final longIIOPInputStream.readLong()final ObjectIIOPInputStream.readObjectDelegate()Override the actions of the final method "readObject()" in ObjectInputStream.final shortIIOPInputStream.readShort()final intIIOPInputStream.readUnsignedByte()final intIIOPInputStream.readUnsignedShort()final StringIIOPInputStream.readUTF()ValueHandlerImpl.readValue(InputStream _in, int offset, Class clazz, String repositoryID, RunTime _sender) Reads a value from the stream using java semantics.final voidIIOPInputStream.simpleSkipObject(String repositoryID, CodeBase sender) final intIIOPInputStream.skipBytes(int len)