- withTargetNumSlabs(int, int, int) - Static method in class org.apache.parquet.bytes.CapacityByteArrayOutputStream
-
- write(int) - Method in class org.apache.parquet.bytes.CapacityByteArrayOutputStream
-
- write(byte[], int, int) - Method in class org.apache.parquet.bytes.CapacityByteArrayOutputStream
-
- write(int) - Method in class org.apache.parquet.bytes.LittleEndianDataOutputStream
-
Writes the specified byte (the low eight bits of the argument
b) to the underlying output stream.
- write(byte[], int, int) - Method in class org.apache.parquet.bytes.LittleEndianDataOutputStream
-
Writes len bytes from the specified byte array
starting at offset off to the underlying output stream.
- write(int) - Method in class org.apache.parquet.column.values.bitpacking.BitPacking.BitPackingWriter
-
will write the bits to the underlying stream aligned on the buffer size
- writeAllTo(OutputStream) - Method in class org.apache.parquet.bytes.BytesInput
-
writes the bytes into a stream
- writeAllTo(OutputStream) - Method in class org.apache.parquet.bytes.ConcatenatingByteArrayCollector
-
- writeBoolean(boolean) - Method in class org.apache.parquet.bytes.LittleEndianDataOutputStream
-
Writes a boolean to the underlying output stream as
a 1-byte value.
- writeByte(int) - Method in class org.apache.parquet.bytes.LittleEndianDataOutputStream
-
Writes out a byte to the underlying output stream as
a 1-byte value.
- writeDouble(double) - Method in class org.apache.parquet.bytes.LittleEndianDataOutputStream
-
Converts the double argument to a long using the
doubleToLongBits method in class Double,
and then writes that long value to the underlying
output stream as an 8-byte quantity, low byte first.
- writeFloat(float) - Method in class org.apache.parquet.bytes.LittleEndianDataOutputStream
-
Converts the float argument to an int using the
floatToIntBits method in class Float,
and then writes that int value to the underlying
output stream as a 4-byte quantity, low byte first.
- writeInt(int) - Method in class org.apache.parquet.bytes.LittleEndianDataOutputStream
-
Writes an int to the underlying output stream as four
bytes, low byte first.
- writeInt(int) - Method in class org.apache.parquet.column.values.bitpacking.ByteBasedBitPackingEncoder
-
writes an int using the requested number of bits.
- writeLong(long) - Method in class org.apache.parquet.bytes.LittleEndianDataOutputStream
-
Writes a long to the underlying output stream as eight
bytes, low byte first.
- writeShort(int) - Method in class org.apache.parquet.bytes.LittleEndianDataOutputStream
-
Writes a short to the underlying output stream as two
bytes, low byte first.
- writeTo(OutputStream) - Method in class org.apache.parquet.bytes.CapacityByteArrayOutputStream
-
Writes the complete contents of this buffer to the specified output stream argument.