com.hazelcast.nio
Interface BufferObjectDataInput

All Superinterfaces:
Closeable, DataInput, ObjectDataInput

public interface BufferObjectDataInput
extends ObjectDataInput, Closeable


Field Summary
static int UTF_BUFFER_SIZE
           
 
Method Summary
 int position()
           
 void position(int newPos)
           
 int read(int position)
           
 boolean readBoolean(int position)
           
 byte readByte(int position)
           
 char readChar(int position)
           
 double readDouble(int position)
           
 float readFloat(int position)
           
 int readInt(int position)
           
 long readLong(int position)
           
 short readShort(int position)
           
 void reset()
           
 
Methods inherited from interface com.hazelcast.nio.ObjectDataInput
getByteOrder, getClassLoader, readByteArray, readCharArray, readData, readDoubleArray, readFloatArray, readIntArray, readLongArray, readObject, readShortArray
 
Methods inherited from interface java.io.DataInput
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytes
 
Methods inherited from interface java.io.Closeable
close
 

Field Detail

UTF_BUFFER_SIZE

static final int UTF_BUFFER_SIZE
See Also:
Constant Field Values
Method Detail

read

int read(int position)
         throws IOException
Throws:
IOException

readInt

int readInt(int position)
            throws IOException
Throws:
IOException

readLong

long readLong(int position)
              throws IOException
Throws:
IOException

readBoolean

boolean readBoolean(int position)
                    throws IOException
Throws:
IOException

readByte

byte readByte(int position)
              throws IOException
Throws:
IOException

readChar

char readChar(int position)
              throws IOException
Throws:
IOException

readDouble

double readDouble(int position)
                  throws IOException
Throws:
IOException

readFloat

float readFloat(int position)
                throws IOException
Throws:
IOException

readShort

short readShort(int position)
                throws IOException
Throws:
IOException

position

int position()

position

void position(int newPos)

reset

void reset()


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.