A B C D E F G H I J L M N O P R S T U V W X Y _
R
- read() -
类 com.caucho.hessian.io.Hessian2Input 中的方法
- Normally, shouldn't be called externally, but needed for QA, e.g.
- read() -
类 com.caucho.hessian.io.HessianDebugInputStream 中的方法
- Reads a character.
- read() -
类 com.caucho.hessian.mux.MuxInputStream 中的方法
- Writes a data byte to the output stream.
- readArguments() -
类 com.caucho.hessian.io.Hessian2Input 中的方法
-
- readBoolean() -
类 com.caucho.burlap.client.MicroBurlapInput 中的方法
- Reads a boolean value from the input stream.
- readBoolean() -
类 com.caucho.burlap.io.BurlapInput 中的方法
- Reads a boolean
<boolean>0</boolean>
<boolean>1</boolean>
- readBoolean() -
类 com.caucho.hessian.io.AbstractHessianInput 中的方法
- Reads a boolean
T
F
- readBoolean() -
类 com.caucho.hessian.io.Hessian2Input 中的方法
- Reads a boolean
T
F
- readBoolean() -
类 com.caucho.hessian.io.HessianInput 中的方法
- Reads a boolean
T
F
- readBoolean() -
类 com.caucho.hessian.micro.MicroHessianInput 中的方法
- Reads a boolean
T
F
- readByte() -
类 com.caucho.burlap.io.BurlapInput 中的方法
- Reads a byte
<int>value</int>
- readByte() -
类 com.caucho.hessian.io.Hessian2Input 中的方法
- Reads a byte from the stream.
- readByte() -
类 com.caucho.hessian.io.HessianInput 中的方法
- Reads a byte from the stream.
- readBytes() -
类 com.caucho.burlap.client.MicroBurlapInput 中的方法
- Reads a byte array from the input stream.
- readBytes() -
类 com.caucho.burlap.io.BurlapInput 中的方法
- Reads a byte array
<base64>...
- readBytes() -
类 com.caucho.hessian.io.AbstractHessianInput 中的方法
- Reads a byte array.
- readBytes() -
类 com.caucho.hessian.io.Hessian2Input 中的方法
- Reads a byte array
B b16 b8 data value
- readBytes(byte[], int, int) -
类 com.caucho.hessian.io.Hessian2Input 中的方法
- Reads a byte array from the stream.
- readBytes() -
类 com.caucho.hessian.io.HessianInput 中的方法
- Reads a byte array
B b16 b8 data value
- readBytes(byte[], int, int) -
类 com.caucho.hessian.io.HessianInput 中的方法
- Reads a byte array from the stream.
- readBytes() -
类 com.caucho.hessian.micro.MicroHessianInput 中的方法
- Reads a byte array
B b16 b8 data value
- readCall() -
类 com.caucho.burlap.io.BurlapInput 中的方法
- Starts reading the call
A successful completion will have a single value:
<burlap:call>
- readCall() -
类 com.caucho.hessian.io.AbstractHessianInput 中的方法
- Reads the call
c major minor
- readCall() -
类 com.caucho.hessian.io.Hessian2Input 中的方法
- Starts reading the call
c major minor
- readCall() -
类 com.caucho.hessian.io.HessianInput 中的方法
- Starts reading the call
c major minor
- readChar() -
类 com.caucho.hessian.io.Hessian2Input 中的方法
- Reads a byte from the stream.
- readChar() -
类 com.caucho.hessian.io.HessianInput 中的方法
- Reads a byte from the stream.
- readDouble() -
类 com.caucho.burlap.io.BurlapInput 中的方法
- Reads a double
<double>value</double>
- readDouble() -
类 com.caucho.hessian.io.AbstractHessianInput 中的方法
- Reads a double.
- readDouble() -
类 com.caucho.hessian.io.Hessian2Input 中的方法
- Reads a double
D b64 b56 b48 b40 b32 b24 b16 b8
- readDouble() -
类 com.caucho.hessian.io.HessianInput 中的方法
- Reads a double
D b64 b56 b48 b40 b32 b24 b16 b8
- readEnd() -
类 com.caucho.burlap.io.BurlapInput 中的方法
- Reads the end byte.
- readEnd() -
类 com.caucho.hessian.io.AbstractHessianInput 中的方法
- Read the end byte
- readEnd() -
类 com.caucho.hessian.io.Hessian2Input 中的方法
- Reads the end byte.
- readEnd() -
类 com.caucho.hessian.io.HessianInput 中的方法
- Reads the end byte.
- readEnvelope() -
类 com.caucho.hessian.io.Hessian2Input 中的方法
- Starts reading the envelope
E major minor
- readFault() -
类 com.caucho.burlap.client.MicroBurlapInput 中的方法
- Reads a fault.
- readFloat() -
类 com.caucho.burlap.io.BurlapInput 中的方法
- Reads a float
<double>value</double>
- readFloat() -
类 com.caucho.hessian.io.Hessian2Input 中的方法
- Reads a float
D b64 b56 b48 b40 b32 b24 b16 b8
- readFloat() -
类 com.caucho.hessian.io.HessianInput 中的方法
- Reads a float
D b64 b56 b48 b40 b32 b24 b16 b8
- readHeader() -
类 com.caucho.burlap.io.BurlapInput 中的方法
- Reads a header, returning null if there are no headers.
- readHeader() -
类 com.caucho.hessian.io.AbstractHessianInput 中的方法
- Reads a header, returning null if there are no headers.
- readHeader() -
类 com.caucho.hessian.io.Hessian2Input 中的方法
- Reads a header, returning null if there are no headers.
- readHeader() -
类 com.caucho.hessian.io.HessianInput 中的方法
- Reads a header, returning null if there are no headers.
- readHeader(InputStream) -
类 com.caucho.hessian.io.HessianInputFactory 中的方法
-
- readInputStream() -
类 com.caucho.burlap.io.BurlapInput 中的方法
-
- readInputStream() -
类 com.caucho.hessian.io.AbstractHessianInput 中的方法
- Starts reading a byte array using an input stream.
- readInputStream() -
类 com.caucho.hessian.io.Hessian2Input 中的方法
- Reads bytes based on an input stream.
- readInputStream() -
类 com.caucho.hessian.io.HessianInput 中的方法
- Reads bytes based on an input stream.
- readInt() -
类 com.caucho.burlap.client.MicroBurlapInput 中的方法
- Reads an integer value from the input stream.
- readInt() -
类 com.caucho.burlap.io.BurlapInput 中的方法
- Reads an integer
<int>value</int>
- readInt() -
类 com.caucho.hessian.io.AbstractHessianInput 中的方法
- Reads an integer
I b32 b24 b16 b8
- readInt() -
类 com.caucho.hessian.io.Hessian2Input 中的方法
- Reads an integer
I b32 b24 b16 b8
- readInt() -
类 com.caucho.hessian.io.HessianInput 中的方法
- Reads an integer
I b32 b24 b16 b8
- readInt() -
类 com.caucho.hessian.micro.MicroHessianInput 中的方法
- Reads an integer
I b32 b24 b16 b8
- readLength() -
类 com.caucho.burlap.client.MicroBurlapInput 中的方法
- Reads a length value from the input stream.
- readLength() -
类 com.caucho.burlap.io.BurlapInput 中的方法
- Reads a length
<length>value</length>
- readLength() -
类 com.caucho.hessian.io.AbstractHessianInput 中的方法
- Reads the length of a list.
- readLength() -
类 com.caucho.hessian.io.Hessian2Input 中的方法
- Parses the length for an array
l b32 b24 b16 b8
- readLength() -
类 com.caucho.hessian.io.HessianInput 中的方法
- Parses the length for an array
l b32 b24 b16 b8
- readLengthList(AbstractHessianInput, int) -
类 com.caucho.hessian.io.AbstractDeserializer 中的方法
-
- readLengthList(AbstractHessianInput, int) -
类 com.caucho.hessian.io.ArrayDeserializer 中的方法
- Reads the array.
- readLengthList(AbstractHessianInput, int) -
类 com.caucho.hessian.io.BasicDeserializer 中的方法
-
- readLengthList(AbstractHessianInput, int) -
类 com.caucho.hessian.io.CollectionDeserializer 中的方法
-
- readLengthList(AbstractHessianInput, int) -
接口 com.caucho.hessian.io.Deserializer 中的方法
-
- readLengthList(AbstractHessianInput, int) -
类 com.caucho.hessian.io.ObjectDeserializer 中的方法
-
- readList(Class, String, int) -
类 com.caucho.burlap.client.MicroBurlapInput 中的方法
- Reads a list object from the input stream.
- readList(AbstractHessianInput, int) -
类 com.caucho.hessian.io.AbstractDeserializer 中的方法
-
- readList(AbstractHessianInput, int) -
类 com.caucho.hessian.io.ArrayDeserializer 中的方法
- Reads the array.
- readList(AbstractHessianInput, int) -
类 com.caucho.hessian.io.BasicDeserializer 中的方法
-
- readList(AbstractHessianInput, int) -
类 com.caucho.hessian.io.CollectionDeserializer 中的方法
-
- readList(AbstractHessianInput, int) -
接口 com.caucho.hessian.io.Deserializer 中的方法
-
- readList(AbstractHessianInput, int) -
类 com.caucho.hessian.io.EnumerationDeserializer 中的方法
-
- readList(AbstractHessianInput, int) -
类 com.caucho.hessian.io.IteratorDeserializer 中的方法
-
- readList(AbstractHessianInput, int) -
类 com.caucho.hessian.io.ObjectDeserializer 中的方法
-
- readList(AbstractHessianInput, int, String) -
类 com.caucho.hessian.io.SerializerFactory 中的方法
- Reads the object as a list.
- readListEnd() -
类 com.caucho.burlap.io.BurlapInput 中的方法
- Reads the end of the map
- readListEnd() -
类 com.caucho.hessian.io.AbstractHessianInput 中的方法
- Read the end byte
- readListEnd() -
类 com.caucho.hessian.io.Hessian2Input 中的方法
- Reads the end byte.
- readListEnd() -
类 com.caucho.hessian.io.HessianInput 中的方法
- Reads the end byte.
- readListStart() -
类 com.caucho.burlap.io.BurlapInput 中的方法
- Reads the start of a list.
- readListStart() -
类 com.caucho.hessian.io.AbstractHessianInput 中的方法
- Reads the start of a list
- readListStart() -
类 com.caucho.hessian.io.Hessian2Input 中的方法
- Reads the start of a list.
- readListStart() -
类 com.caucho.hessian.io.HessianInput 中的方法
- Reads the start of a list.
- readLocalDate() -
类 com.caucho.burlap.client.MicroBurlapInput 中的方法
- Reads a date value from the input stream.
- readLocalDate() -
类 com.caucho.burlap.io.BurlapInput 中的方法
- Reads a date.
- readLong() -
类 com.caucho.burlap.client.MicroBurlapInput 中的方法
- Reads a long value from the input stream.
- readLong() -
类 com.caucho.burlap.io.BurlapInput 中的方法
- Reads a long
<long>value</long>
- readLong() -
类 com.caucho.hessian.io.AbstractHessianInput 中的方法
- Reads a long
L b64 b56 b48 b40 b32 b24 b16 b8
- readLong() -
类 com.caucho.hessian.io.Hessian2Input 中的方法
- Reads a long
L b64 b56 b48 b40 b32 b24 b16 b8
- readLong() -
类 com.caucho.hessian.io.HessianInput 中的方法
- Reads a long
L b64 b56 b48 b40 b32 b24 b16 b8
- readLong() -
类 com.caucho.hessian.micro.MicroHessianInput 中的方法
- Reads a long
L b64 b56 b48 b40 b32 b24 b16 b8
- readMap(Class, String) -
类 com.caucho.burlap.client.MicroBurlapInput 中的方法
- Reads an object from the input stream.
- readMap(AbstractHessianInput) -
类 com.caucho.hessian.io.AbstractDeserializer 中的方法
-
- readMap(AbstractHessianInput) -
类 com.caucho.hessian.io.AbstractStreamDeserializer 中的方法
- Reads the Hessian 1.0 style map.
- readMap(AbstractHessianInput) -
类 com.caucho.hessian.io.AbstractStringValueDeserializer 中的方法
-
- readMap(AbstractHessianInput) -
类 com.caucho.hessian.io.AnnotationDeserializer 中的方法
-
- readMap(AbstractHessianInput) -
类 com.caucho.hessian.io.BeanDeserializer 中的方法
-
- readMap(AbstractHessianInput, Object) -
类 com.caucho.hessian.io.BeanDeserializer 中的方法
-
- readMap(AbstractHessianInput) -
类 com.caucho.hessian.io.ClassDeserializer 中的方法
-
- readMap(AbstractHessianInput) -
接口 com.caucho.hessian.io.Deserializer 中的方法
-
- readMap(AbstractHessianInput) -
类 com.caucho.hessian.io.EnumDeserializer 中的方法
-
- readMap(AbstractHessianInput) -
类 com.caucho.hessian.io.JavaDeserializer 中的方法
-
- readMap(AbstractHessianInput, Object) -
类 com.caucho.hessian.io.JavaDeserializer 中的方法
-
- readMap(AbstractHessianInput) -
类 com.caucho.hessian.io.MapDeserializer 中的方法
-
- readMap(AbstractHessianInput, String) -
类 com.caucho.hessian.io.SerializerFactory 中的方法
- Reads the object as a map.
- readMap(AbstractHessianInput) -
类 com.caucho.hessian.io.SqlDateDeserializer 中的方法
-
- readMap(AbstractHessianInput) -
类 com.caucho.hessian.io.UnsafeDeserializer 中的方法
-
- readMap(AbstractHessianInput, Object) -
类 com.caucho.hessian.io.UnsafeDeserializer 中的方法
-
- readMap(AbstractHessianInput) -
类 com.caucho.hessian.io.ValueDeserializer 中的方法
-
- readMap(AbstractHessianInput) -
类 com.caucho.hessian.jmx.MBeanAttributeInfoDeserializer 中的方法
-
- readMap(AbstractHessianInput) -
类 com.caucho.hessian.jmx.MBeanConstructorInfoDeserializer 中的方法
-
- readMap(AbstractHessianInput) -
类 com.caucho.hessian.jmx.MBeanInfoDeserializer 中的方法
-
- readMap(AbstractHessianInput) -
类 com.caucho.hessian.jmx.MBeanNotificationInfoDeserializer 中的方法
-
- readMap(AbstractHessianInput) -
类 com.caucho.hessian.jmx.MBeanOperationInfoDeserializer 中的方法
-
- readMap(AbstractHessianInput) -
类 com.caucho.hessian.jmx.MBeanParameterInfoDeserializer 中的方法
-
- readMap(AbstractHessianInput) -
类 com.caucho.hessian.jmx.ObjectInstanceDeserializer 中的方法
-
- readMapEnd() -
类 com.caucho.burlap.io.BurlapInput 中的方法
- Reads the end of the map
- readMapEnd() -
类 com.caucho.hessian.io.AbstractHessianInput 中的方法
- Read the end byte
- readMapEnd() -
类 com.caucho.hessian.io.Hessian2Input 中的方法
- Reads the end byte.
- readMapEnd() -
类 com.caucho.hessian.io.HessianInput 中的方法
- Reads the end byte.
- readMapStart() -
类 com.caucho.burlap.io.BurlapInput 中的方法
- Reads the start of a map.
- readMapStart() -
类 com.caucho.hessian.io.AbstractHessianInput 中的方法
- Reads the start of a map
- readMapStart() -
类 com.caucho.hessian.io.Hessian2Input 中的方法
- Reads the start of a list.
- readMapStart() -
类 com.caucho.hessian.io.HessianInput 中的方法
- Reads the start of a list.
- readMethod() -
类 com.caucho.burlap.io.BurlapInput 中的方法
- Reads the method
<method>method</method>
- readMethod() -
类 com.caucho.hessian.io.AbstractHessianInput 中的方法
- Starts reading the call
A successful completion will have a single value:
m b16 b8 method
- readMethod() -
类 com.caucho.hessian.io.Hessian2Input 中的方法
- Starts reading the call
A successful completion will have a single value:
string
- readMethod() -
类 com.caucho.hessian.io.HessianInput 中的方法
- Starts reading the call
A successful completion will have a single value:
m b16 b8 method
- readMethodArgLength() -
类 com.caucho.hessian.io.AbstractHessianInput 中的方法
- Reads the number of method arguments
- readMethodArgLength() -
类 com.caucho.hessian.io.Hessian2Input 中的方法
- Returns the number of method arguments
int
- readNode() -
类 com.caucho.burlap.io.BurlapInput 中的方法
- Reads an XML node.
- readNode() -
类 com.caucho.hessian.io.AbstractHessianInput 中的方法
- Reads an XML node encoded in UTF-8
x b16 b8 non-final xml chunk
X b16 b8 final xml chunk
- readNode() -
类 com.caucho.hessian.io.HessianInput 中的方法
- Reads an XML node.
- readNull() -
类 com.caucho.burlap.io.BurlapInput 中的方法
- Reads a null
<null></null>
- readNull() -
类 com.caucho.hessian.io.AbstractHessianInput 中的方法
- Reads a null
N
- readNull() -
类 com.caucho.hessian.io.Hessian2Input 中的方法
- Reads a null
N
- readNull() -
类 com.caucho.hessian.io.HessianInput 中的方法
- Reads a null
N
- readObject(Class) -
类 com.caucho.burlap.client.MicroBurlapInput 中的方法
- Reads an arbitrary object the input stream.
- readObject(Class) -
类 com.caucho.burlap.io.BurlapInput 中的方法
- Reads an object from the input stream with an expected type.
- readObject() -
类 com.caucho.burlap.io.BurlapInput 中的方法
- Reads an arbitrary object from the input stream when the type
is unknown.
- readObject(AbstractHessianInput) -
类 com.caucho.hessian.io.AbstractDeserializer 中的方法
-
- readObject(AbstractHessianInput, String[]) -
类 com.caucho.hessian.io.AbstractDeserializer 中的方法
-
- readObject(AbstractHessianInput, Object[]) -
类 com.caucho.hessian.io.AbstractDeserializer 中的方法
- Reads an object instance from the input stream
- readObject(Class) -
类 com.caucho.hessian.io.AbstractHessianInput 中的方法
- Reads an arbitrary object from the input stream.
- readObject() -
类 com.caucho.hessian.io.AbstractHessianInput 中的方法
- Reads an arbitrary object from the input stream.
- readObject(AbstractHessianInput) -
类 com.caucho.hessian.io.AbstractListDeserializer 中的方法
-
- readObject(AbstractHessianInput) -
类 com.caucho.hessian.io.AbstractMapDeserializer 中的方法
-
- readObject(AbstractHessianInput, Object[]) -
类 com.caucho.hessian.io.AbstractStreamDeserializer 中的方法
-
- readObject(AbstractHessianInput, Object[]) -
类 com.caucho.hessian.io.AbstractStringValueDeserializer 中的方法
-
- readObject(AbstractHessianInput, Object[]) -
类 com.caucho.hessian.io.AnnotationDeserializer 中的方法
-
- readObject(AbstractHessianInput) -
类 com.caucho.hessian.io.BasicDeserializer 中的方法
-
- readObject(AbstractHessianInput, Object[]) -
类 com.caucho.hessian.io.ClassDeserializer 中的方法
-
- readObject(AbstractHessianInput) -
接口 com.caucho.hessian.io.Deserializer 中的方法
-
- readObject(AbstractHessianInput, Object[]) -
接口 com.caucho.hessian.io.Deserializer 中的方法
- Reads the object from the input stream, given the field
definition.
- readObject(AbstractHessianInput, String[]) -
接口 com.caucho.hessian.io.Deserializer 中的方法
-
- readObject(AbstractHessianInput, Object[]) -
类 com.caucho.hessian.io.EnumDeserializer 中的方法
-
- readObject(Class) -
类 com.caucho.hessian.io.Hessian2Input 中的方法
- Reads an object from the input stream with an expected type.
- readObject() -
类 com.caucho.hessian.io.Hessian2Input 中的方法
- Reads an arbitrary object from the input stream when the type
is unknown.
- readObject() -
类 com.caucho.hessian.io.Hessian2StreamingInput 中的方法
- Read the next object
- readObject(Class) -
类 com.caucho.hessian.io.HessianInput 中的方法
- Reads an object from the input stream with an expected type.
- readObject() -
类 com.caucho.hessian.io.HessianInput 中的方法
- Reads an arbitrary object from the input stream when the type
is unknown.
- readObject(AbstractHessianInput) -
类 com.caucho.hessian.io.InputStreamDeserializer 中的方法
-
- readObject(AbstractHessianInput, Object[]) -
类 com.caucho.hessian.io.JavaDeserializer 中的方法
-
- readObject(AbstractHessianInput, String[]) -
类 com.caucho.hessian.io.JavaDeserializer 中的方法
-
- readObject(AbstractHessianInput, Object, String[]) -
类 com.caucho.hessian.io.JavaDeserializer 中的方法
-
- readObject(AbstractHessianInput, Object[]) -
类 com.caucho.hessian.io.MapDeserializer 中的方法
-
- readObject(AbstractHessianInput) -
类 com.caucho.hessian.io.ObjectDeserializer 中的方法
-
- readObject(AbstractHessianInput, Object[]) -
类 com.caucho.hessian.io.ObjectDeserializer 中的方法
-
- readObject(AbstractHessianInput, String, String[]) -
类 com.caucho.hessian.io.SerializerFactory 中的方法
- Reads the object as a map.
- readObject(AbstractHessianInput, Object[]) -
类 com.caucho.hessian.io.SqlDateDeserializer 中的方法
-
- readObject(AbstractHessianInput, Object[]) -
类 com.caucho.hessian.io.UnsafeDeserializer 中的方法
-
- readObject(AbstractHessianInput, String[]) -
类 com.caucho.hessian.io.UnsafeDeserializer 中的方法
-
- readObject(AbstractHessianInput, Object, UnsafeDeserializer.FieldDeserializer[]) -
类 com.caucho.hessian.io.UnsafeDeserializer 中的方法
-
- readObject(AbstractHessianInput, Object, String[]) -
类 com.caucho.hessian.io.UnsafeDeserializer 中的方法
-
- readObject(AbstractHessianInput, String[]) -
类 com.caucho.hessian.io.ValueDeserializer 中的方法
-
- readObject(Class) -
类 com.caucho.hessian.micro.MicroHessianInput 中的方法
- Reads an arbitrary object the input stream.
- readRef() -
类 com.caucho.burlap.io.BurlapInput 中的方法
- Reads a reference.
- readRef() -
类 com.caucho.hessian.io.AbstractHessianInput 中的方法
- Reads a reference
R b32 b24 b16 b8
- readRef() -
类 com.caucho.hessian.io.Hessian2Input 中的方法
- Reads a reference.
- readRef() -
类 com.caucho.hessian.io.HessianInput 中的方法
- Reads a reference.
- readRemote() -
类 com.caucho.burlap.client.MicroBurlapInput 中的方法
- Reads a remote value from the input stream.
- readRemote() -
类 com.caucho.burlap.io.BurlapInput 中的方法
- Reads a remote object.
- readRemote() -
类 com.caucho.hessian.io.AbstractHessianInput 中的方法
- Reads a remote object reference to the stream.
- readRemote() -
类 com.caucho.hessian.io.Hessian2Input 中的方法
- Reads a remote object.
- readRemote() -
类 com.caucho.hessian.io.HessianInput 中的方法
- Reads a remote object.
- readReply(Class) -
类 com.caucho.burlap.client.MicroBurlapInput 中的方法
- Reads a reply as an object.
- readReply(Class) -
类 com.caucho.burlap.io.BurlapInput 中的方法
- Reads a reply as an object.
- readReply(Class) -
类 com.caucho.hessian.io.AbstractHessianInput 中的方法
- Reads a reply as an object.
- readReply(Class) -
类 com.caucho.hessian.io.Hessian2Input 中的方法
- Reads a reply as an object.
- readReply(Class) -
类 com.caucho.hessian.io.HessianInput 中的方法
- Reads a reply as an object.
- readRequest(MuxInputStream, MuxOutputStream) -
类 com.caucho.hessian.mux.MuxServer 中的方法
- Reads a server request.
- readResolve() -
类 com.caucho.hessian.io.ByteHandle 中的方法
-
- readResolve() -
类 com.caucho.hessian.io.FloatHandle 中的方法
-
- readResolve() -
类 com.caucho.hessian.io.ShortHandle 中的方法
-
- readShort() -
类 com.caucho.burlap.io.BurlapInput 中的方法
- Reads a short
<int>value</int>
- readShort() -
类 com.caucho.hessian.io.Hessian2Input 中的方法
- Reads a short
I b32 b24 b16 b8
- readShort() -
类 com.caucho.hessian.io.HessianInput 中的方法
- Reads a short
I b32 b24 b16 b8
- readStreamingObject() -
类 com.caucho.hessian.io.Hessian2Input 中的方法
-
- readString() -
类 com.caucho.burlap.client.MicroBurlapInput 中的方法
- Reads a string value from the input stream.
- readString() -
类 com.caucho.burlap.io.BurlapInput 中的方法
- Reads a string
<string>value</string>
- readString() -
类 com.caucho.hessian.io.AbstractHessianInput 中的方法
- Reads a string encoded in UTF-8
s b16 b8 non-final string chunk
S b16 b8 final string chunk
- readString(char[], int, int) -
类 com.caucho.hessian.io.Hessian2Input 中的方法
- Reads a byte array from the stream.
- readString() -
类 com.caucho.hessian.io.Hessian2Input 中的方法
- Reads a string
S b16 b8 string value
- readString(char[], int, int) -
类 com.caucho.hessian.io.HessianInput 中的方法
- Reads a byte array from the stream.
- readString() -
类 com.caucho.hessian.io.HessianInput 中的方法
- Reads a string
S b16 b8 string value
- readString() -
类 com.caucho.hessian.micro.MicroHessianInput 中的方法
- Reads a string
S b16 b8 string value
- readToOutputStream(OutputStream) -
类 com.caucho.hessian.io.AbstractHessianInput 中的方法
- Reads data to an output stream.
- readType() -
类 com.caucho.burlap.client.MicroBurlapInput 中的方法
- Reads a type value from the input stream.
- readType() -
类 com.caucho.burlap.io.BurlapInput 中的方法
- Parses a type from the stream.
- readType() -
类 com.caucho.hessian.io.AbstractHessianInput 中的方法
- Reads an object type.
- readType() -
类 com.caucho.hessian.io.Hessian2Input 中的方法
- Parses a type from the stream.
- readType() -
类 com.caucho.hessian.io.HessianInput 中的方法
- Parses a type from the stream.
- readUTCDate() -
类 com.caucho.burlap.client.MicroBurlapInput 中的方法
- Reads a date value from the input stream.
- readUTCDate() -
类 com.caucho.burlap.io.BurlapInput 中的方法
- Reads a date.
- readUTCDate() -
类 com.caucho.hessian.io.AbstractHessianInput 中的方法
- Reads a date.
- readUTCDate() -
类 com.caucho.hessian.io.Hessian2Input 中的方法
- Reads a date.
- readUTCDate() -
类 com.caucho.hessian.io.HessianInput 中的方法
- Reads a date.
- readUTCDate() -
类 com.caucho.hessian.micro.MicroHessianInput 中的方法
- Reads a date.
- RemoteDeserializer - com.caucho.hessian.io 中的 类
- Serializing an object for known object types.
- RemoteDeserializer() -
类 com.caucho.hessian.io.RemoteDeserializer 的构造方法
-
- RemoteSerializer - com.caucho.hessian.io 中的 类
- Serializing a remote object.
- RemoteSerializer() -
类 com.caucho.hessian.io.RemoteSerializer 的构造方法
-
- remove(Object) -
类 com.caucho.hessian.util.IdentityIntMap 中的方法
- Removes a value in the property table.
- removeRef(Object) -
类 com.caucho.burlap.io.BurlapOutput 中的方法
- Removes a reference.
- removeRef(Object) -
类 com.caucho.hessian.io.AbstractHessianOutput 中的方法
- Removes a reference.
- removeRef(Object) -
类 com.caucho.hessian.io.Hessian2Output 中的方法
- Removes a reference.
- removeRef(Object) -
类 com.caucho.hessian.io.HessianOutput 中的方法
- Removes a reference.
- replaceRef(Object, Object) -
类 com.caucho.burlap.io.BurlapOutput 中的方法
- Replaces a reference from one object to another.
- replaceRef(Object, Object) -
类 com.caucho.hessian.io.AbstractHessianOutput 中的方法
- Replaces a reference from one object to another.
- replaceRef(Object, Object) -
类 com.caucho.hessian.io.Hessian2Output 中的方法
- Replaces a reference from one object to another.
- replaceRef(Object, Object) -
类 com.caucho.hessian.io.HessianOutput 中的方法
- Replaces a reference from one object to another.
- reset() -
类 com.caucho.hessian.io.Hessian2Input 中的方法
-
- reset() -
类 com.caucho.hessian.io.Hessian2Output 中的方法
- Resets all counters and references
- resetBuffer() -
类 com.caucho.hessian.io.Hessian2Input 中的方法
-
- resetReferences() -
类 com.caucho.hessian.io.AbstractHessianInput 中的方法
- Resets the references for streaming.
- resetReferences() -
类 com.caucho.hessian.io.AbstractHessianOutput 中的方法
- Resets the references for streaming.
- resetReferences() -
类 com.caucho.hessian.io.Hessian2Input 中的方法
- Resets the references for streaming.
- resetReferences() -
类 com.caucho.hessian.io.Hessian2Output 中的方法
- Resets the references for streaming.
- resetReferences() -
类 com.caucho.hessian.io.HessianInput 中的方法
- Resets the references for streaming.
- resetReferences() -
类 com.caucho.hessian.io.HessianOutput 中的方法
- Resets the references for streaming.
- resolveRemote(String, String) -
类 com.caucho.burlap.client.MicroBurlapInput 中的方法
- Resolves a remote object.
- resolveRemote(String, String) -
类 com.caucho.burlap.io.BurlapInput 中的方法
- Resolves a remote object.
- resolveRemote(String, String) -
类 com.caucho.hessian.io.Hessian2Input 中的方法
- Resolves a remote object.
- resolveRemote(String, String) -
类 com.caucho.hessian.io.HessianInput 中的方法
- Resolves a remote object.
A B C D E F G H I J L M N O P R S T U V W X Y _