See: Description
Class | Description |
---|---|
BigDataInput |
Implementations of
ExtendedDataInput are limited because they can
only handle up to 1GB of data. |
BigDataInputOutput |
DataInputOutput which uses BigDataInput and BigDataOutput to support larger than allowed array size streams. |
BigDataOutput |
Implementations of
ExtendedDataOutput are limited because they can
only handle up to 1GB of data. |
DataInputOutput |
Provides both DataOutput which we can write to and DataInputs which are
going to read data which was written to DataOutput.
|
ExtendedDataInputOutput |
Wraps
ExtendedDataOutput and ExtendedDataOutput to be able
to write data and later read data from the same place |
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.