Class TupleInput

All Implemented Interfaces:
Closeable, AutoCloseable

public class TupleInput extends FastInputStream
An InputStream with DataInput-like methods for reading tuple fields. It is used by TupleBinding.

This class has many methods that have the same signatures as methods in the DataInput interface. The reason this class does not implement DataInput is because it would break the interface contract for those methods because of data format differences.

See Also: