com.hazelcast.nio.serialization
Class ObjectDataInputStream
java.lang.Object
java.io.InputStream
com.hazelcast.nio.serialization.ObjectDataInputStream
- All Implemented Interfaces:
- com.hazelcast.nio.ObjectDataInput, Closeable, DataInput
public class ObjectDataInputStream
- extends InputStream
- implements com.hazelcast.nio.ObjectDataInput, Closeable
- Author:
- mdogan 1/23/13
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectDataInputStream
public ObjectDataInputStream(InputStream in,
SerializationService serializationService)
ObjectDataInputStream
public ObjectDataInputStream(InputStream in,
SerializationService serializationService,
ByteOrder order)
read
public int read()
throws IOException
- Specified by:
read in class InputStream
- Throws:
IOException
skip
public long skip(long n)
throws IOException
- Overrides:
skip in class InputStream
- Throws:
IOException
available
public int available()
throws IOException
- Overrides:
available in class InputStream
- Throws:
IOException
read
public int read(byte[] b)
throws IOException
- Overrides:
read in class InputStream
- Throws:
IOException
read
public int read(byte[] b,
int off,
int len)
throws IOException
- Overrides:
read in class InputStream
- Throws:
IOException
readFully
public void readFully(byte[] b)
throws IOException
- Specified by:
readFully in interface DataInput
- Throws:
IOException
readFully
public void readFully(byte[] b,
int off,
int len)
throws IOException
- Specified by:
readFully in interface DataInput
- Throws:
IOException
skipBytes
public int skipBytes(int n)
throws IOException
- Specified by:
skipBytes in interface DataInput
- Throws:
IOException
readBoolean
public boolean readBoolean()
throws IOException
- Specified by:
readBoolean in interface DataInput
- Throws:
IOException
readByte
public byte readByte()
throws IOException
- Specified by:
readByte in interface DataInput
- Throws:
IOException
readUnsignedByte
public int readUnsignedByte()
throws IOException
- Specified by:
readUnsignedByte in interface DataInput
- Throws:
IOException
readShort
public short readShort()
throws IOException
- Specified by:
readShort in interface DataInput
- Throws:
IOException
readUnsignedShort
public int readUnsignedShort()
throws IOException
- Specified by:
readUnsignedShort in interface DataInput
- Throws:
IOException
readChar
public char readChar()
throws IOException
- Specified by:
readChar in interface DataInput
- Throws:
IOException
readInt
public int readInt()
throws IOException
- Specified by:
readInt in interface DataInput
- Throws:
IOException
readLong
public long readLong()
throws IOException
- Specified by:
readLong in interface DataInput
- Throws:
IOException
readFloat
public float readFloat()
throws IOException
- Specified by:
readFloat in interface DataInput
- Throws:
IOException
readDouble
public double readDouble()
throws IOException
- Specified by:
readDouble in interface DataInput
- Throws:
IOException
readCharArray
public char[] readCharArray()
throws IOException
- Specified by:
readCharArray in interface com.hazelcast.nio.ObjectDataInput
- Throws:
IOException
readIntArray
public int[] readIntArray()
throws IOException
- Specified by:
readIntArray in interface com.hazelcast.nio.ObjectDataInput
- Throws:
IOException
readLongArray
public long[] readLongArray()
throws IOException
- Specified by:
readLongArray in interface com.hazelcast.nio.ObjectDataInput
- Throws:
IOException
readDoubleArray
public double[] readDoubleArray()
throws IOException
- Specified by:
readDoubleArray in interface com.hazelcast.nio.ObjectDataInput
- Throws:
IOException
readFloatArray
public float[] readFloatArray()
throws IOException
- Specified by:
readFloatArray in interface com.hazelcast.nio.ObjectDataInput
- Throws:
IOException
readShortArray
public short[] readShortArray()
throws IOException
- Specified by:
readShortArray in interface com.hazelcast.nio.ObjectDataInput
- Throws:
IOException
readLine
@Deprecated
public String readLine()
throws IOException
- Deprecated.
- Specified by:
readLine in interface DataInput
- Throws:
IOException
readUTF
public String readUTF()
throws IOException
- Specified by:
readUTF in interface DataInput
- Throws:
IOException
close
public void close()
throws IOException
- Specified by:
close in interface Closeable- Overrides:
close in class InputStream
- Throws:
IOException
mark
public void mark(int readlimit)
- Overrides:
mark in class InputStream
reset
public void reset()
throws IOException
- Overrides:
reset in class InputStream
- Throws:
IOException
markSupported
public boolean markSupported()
- Overrides:
markSupported in class InputStream
readObject
public Object readObject()
throws IOException
- Specified by:
readObject in interface com.hazelcast.nio.ObjectDataInput
- Throws:
IOException
getSerializationContext
public SerializationContext getSerializationContext()
getClassLoader
public ClassLoader getClassLoader()
- Specified by:
getClassLoader in interface com.hazelcast.nio.ObjectDataInput
getByteOrder
public ByteOrder getByteOrder()
- Specified by:
getByteOrder in interface com.hazelcast.nio.ObjectDataInput
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.