|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BufferObjectDataInput | |
---|---|
com.hazelcast.nio.serialization | Contains interfaces/classes related to serialization; such as serializer interfaces, input/output streams. |
Uses of BufferObjectDataInput in com.hazelcast.nio.serialization |
---|
Methods in com.hazelcast.nio.serialization that return BufferObjectDataInput | |
---|---|
BufferObjectDataInput |
InputOutputFactory.createInput(byte[] buffer,
SerializationService service)
|
BufferObjectDataInput |
InputOutputFactory.createInput(Data data,
SerializationService service)
|
BufferObjectDataInput |
SerializationServiceImpl.createObjectDataInput(byte[] data)
|
BufferObjectDataInput |
SerializationService.createObjectDataInput(byte[] data)
|
BufferObjectDataInput |
SerializationServiceImpl.createObjectDataInput(Data data)
|
BufferObjectDataInput |
SerializationService.createObjectDataInput(Data data)
|
Constructors in com.hazelcast.nio.serialization with parameters of type BufferObjectDataInput | |
---|---|
DefaultPortableReader(com.hazelcast.nio.serialization.PortableSerializer serializer,
BufferObjectDataInput in,
ClassDefinition cd)
|
|
MorphingPortableReader(com.hazelcast.nio.serialization.PortableSerializer serializer,
BufferObjectDataInput in,
ClassDefinition cd)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |