public class ObjectDataInputStream extends InputStream implements com.hazelcast.nio.ObjectDataInput, Closeable
Constructor and Description |
---|
ObjectDataInputStream(InputStream in,
SerializationService serializationService) |
ObjectDataInputStream(InputStream in,
SerializationService serializationService,
ByteOrder order) |
Modifier and Type | Method and Description |
---|---|
int |
available() |
void |
close() |
ByteOrder |
getByteOrder() |
ClassLoader |
getClassLoader() |
PortableContext |
getPortableContext() |
void |
mark(int readlimit) |
boolean |
markSupported() |
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] b,
int off,
int len) |
boolean |
readBoolean() |
byte |
readByte() |
char |
readChar() |
char[] |
readCharArray() |
double |
readDouble() |
double[] |
readDoubleArray() |
float |
readFloat() |
float[] |
readFloatArray() |
void |
readFully(byte[] b) |
void |
readFully(byte[] b,
int off,
int len) |
int |
readInt() |
int[] |
readIntArray() |
String |
readLine()
Deprecated.
|
long |
readLong() |
long[] |
readLongArray() |
Object |
readObject() |
short |
readShort() |
short[] |
readShortArray() |
int |
readUnsignedByte() |
int |
readUnsignedShort() |
String |
readUTF() |
void |
reset() |
long |
skip(long n) |
int |
skipBytes(int n) |
public ObjectDataInputStream(InputStream in, SerializationService serializationService)
public ObjectDataInputStream(InputStream in, SerializationService serializationService, ByteOrder order)
public int read() throws IOException
read
in class InputStream
IOException
public long skip(long n) throws IOException
skip
in class InputStream
IOException
public int available() throws IOException
available
in class InputStream
IOException
public int read(byte[] b) throws IOException
read
in class InputStream
IOException
public int read(byte[] b, int off, int len) throws IOException
read
in class InputStream
IOException
public void readFully(byte[] b) throws IOException
readFully
in interface DataInput
IOException
public void readFully(byte[] b, int off, int len) throws IOException
readFully
in interface DataInput
IOException
public int skipBytes(int n) throws IOException
skipBytes
in interface DataInput
IOException
public boolean readBoolean() throws IOException
readBoolean
in interface DataInput
IOException
public byte readByte() throws IOException
readByte
in interface DataInput
IOException
public int readUnsignedByte() throws IOException
readUnsignedByte
in interface DataInput
IOException
public short readShort() throws IOException
readShort
in interface DataInput
IOException
public int readUnsignedShort() throws IOException
readUnsignedShort
in interface DataInput
IOException
public char readChar() throws IOException
readChar
in interface DataInput
IOException
public int readInt() throws IOException
readInt
in interface DataInput
IOException
public long readLong() throws IOException
readLong
in interface DataInput
IOException
public float readFloat() throws IOException
readFloat
in interface DataInput
IOException
public double readDouble() throws IOException
readDouble
in interface DataInput
IOException
public char[] readCharArray() throws IOException
readCharArray
in interface com.hazelcast.nio.ObjectDataInput
IOException
public int[] readIntArray() throws IOException
readIntArray
in interface com.hazelcast.nio.ObjectDataInput
IOException
public long[] readLongArray() throws IOException
readLongArray
in interface com.hazelcast.nio.ObjectDataInput
IOException
public double[] readDoubleArray() throws IOException
readDoubleArray
in interface com.hazelcast.nio.ObjectDataInput
IOException
public float[] readFloatArray() throws IOException
readFloatArray
in interface com.hazelcast.nio.ObjectDataInput
IOException
public short[] readShortArray() throws IOException
readShortArray
in interface com.hazelcast.nio.ObjectDataInput
IOException
@Deprecated public String readLine() throws IOException
readLine
in interface DataInput
IOException
public String readUTF() throws IOException
readUTF
in interface DataInput
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class InputStream
IOException
public void mark(int readlimit)
mark
in class InputStream
public void reset() throws IOException
reset
in class InputStream
IOException
public boolean markSupported()
markSupported
in class InputStream
public Object readObject() throws IOException
readObject
in interface com.hazelcast.nio.ObjectDataInput
IOException
public PortableContext getPortableContext()
public ClassLoader getClassLoader()
getClassLoader
in interface com.hazelcast.nio.ObjectDataInput
public ByteOrder getByteOrder()
getByteOrder
in interface com.hazelcast.nio.ObjectDataInput
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.