com.hazelcast.nio.serialization
Class MorphingPortableReader
java.lang.Object
com.hazelcast.nio.serialization.DefaultPortableReader
com.hazelcast.nio.serialization.MorphingPortableReader
- All Implemented Interfaces:
- PortableReader
public class MorphingPortableReader
- extends DefaultPortableReader
- Author:
- mdogan 1/7/13
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MorphingPortableReader
public MorphingPortableReader(com.hazelcast.nio.serialization.PortableSerializer serializer,
com.hazelcast.nio.BufferObjectDataInput in,
ClassDefinition cd)
readInt
public int readInt(String fieldName)
throws IOException
- Specified by:
readInt in interface PortableReader- Overrides:
readInt in class DefaultPortableReader
- Throws:
IOException
readLong
public long readLong(String fieldName)
throws IOException
- Specified by:
readLong in interface PortableReader- Overrides:
readLong in class DefaultPortableReader
- Throws:
IOException
readUTF
public String readUTF(String fieldName)
throws IOException
- Specified by:
readUTF in interface PortableReader- Overrides:
readUTF in class DefaultPortableReader
- Throws:
IOException
readBoolean
public boolean readBoolean(String fieldName)
throws IOException
- Specified by:
readBoolean in interface PortableReader- Overrides:
readBoolean in class DefaultPortableReader
- Throws:
IOException
readByte
public byte readByte(String fieldName)
throws IOException
- Specified by:
readByte in interface PortableReader- Overrides:
readByte in class DefaultPortableReader
- Throws:
IOException
readChar
public char readChar(String fieldName)
throws IOException
- Specified by:
readChar in interface PortableReader- Overrides:
readChar in class DefaultPortableReader
- Throws:
IOException
readDouble
public double readDouble(String fieldName)
throws IOException
- Specified by:
readDouble in interface PortableReader- Overrides:
readDouble in class DefaultPortableReader
- Throws:
IOException
readFloat
public float readFloat(String fieldName)
throws IOException
- Specified by:
readFloat in interface PortableReader- Overrides:
readFloat in class DefaultPortableReader
- Throws:
IOException
readShort
public short readShort(String fieldName)
throws IOException
- Specified by:
readShort in interface PortableReader- Overrides:
readShort in class DefaultPortableReader
- Throws:
IOException
readByteArray
public byte[] readByteArray(String fieldName)
throws IOException
- Specified by:
readByteArray in interface PortableReader- Overrides:
readByteArray in class DefaultPortableReader
- Throws:
IOException
readCharArray
public char[] readCharArray(String fieldName)
throws IOException
- Specified by:
readCharArray in interface PortableReader- Overrides:
readCharArray in class DefaultPortableReader
- Throws:
IOException
readIntArray
public int[] readIntArray(String fieldName)
throws IOException
- Specified by:
readIntArray in interface PortableReader- Overrides:
readIntArray in class DefaultPortableReader
- Throws:
IOException
readLongArray
public long[] readLongArray(String fieldName)
throws IOException
- Specified by:
readLongArray in interface PortableReader- Overrides:
readLongArray in class DefaultPortableReader
- Throws:
IOException
readDoubleArray
public double[] readDoubleArray(String fieldName)
throws IOException
- Specified by:
readDoubleArray in interface PortableReader- Overrides:
readDoubleArray in class DefaultPortableReader
- Throws:
IOException
readFloatArray
public float[] readFloatArray(String fieldName)
throws IOException
- Specified by:
readFloatArray in interface PortableReader- Overrides:
readFloatArray in class DefaultPortableReader
- Throws:
IOException
readShortArray
public short[] readShortArray(String fieldName)
throws IOException
- Specified by:
readShortArray in interface PortableReader- Overrides:
readShortArray in class DefaultPortableReader
- Throws:
IOException
readPortable
public Portable readPortable(String fieldName)
throws IOException
- Specified by:
readPortable in interface PortableReader- Overrides:
readPortable in class DefaultPortableReader
- Throws:
IOException
readPortableArray
public Portable[] readPortableArray(String fieldName)
throws IOException
- Specified by:
readPortableArray in interface PortableReader- Overrides:
readPortableArray in class DefaultPortableReader
- Throws:
IOException
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.