Class KryoDataInput

  • All Implemented Interfaces:
    DataInput
    Direct Known Subclasses:
    KryoObjectInput

    public class KryoDataInput
    extends Object
    implements DataInput
    Best attempt adapter for DataInput. Currently only readLine() is unsupported. Other methods behave slightly differently. For example, readUTF() may return a null string.
    Author:
    Robert DiFalco