- BigEndianBytes - Class in com.puresoltechnologies.streaming.binary
-
This is an utility class to support converting from and to bytes arrays.
- BigEndianBytes() - Constructor for class com.puresoltechnologies.streaming.binary.BigEndianBytes
-
- BinaryBoolean - Annotation Type in com.puresoltechnologies.streaming.binary.mapper.annotations
-
This annotation is used to define a single element of the binary structure.
- BinaryCreator - Annotation Type in com.puresoltechnologies.streaming.binary.mapper.annotations
-
This annotation is used to specify the constructor which is used to create
the object when read.
- BinaryDouble - Annotation Type in com.puresoltechnologies.streaming.binary.mapper.annotations
-
This annotation is used to define a single element of the binary structure.
- BinaryFloat - Annotation Type in com.puresoltechnologies.streaming.binary.mapper.annotations
-
This annotation is used to define a single element of the binary structure.
- BinaryInputStream - Class in com.puresoltechnologies.streaming.binary
-
This interface is used to read in binary streams.
- BinaryInputStream(InputStream, ByteOrder) - Constructor for class com.puresoltechnologies.streaming.binary.BinaryInputStream
-
This is the default constructor.
- BinaryMapper - Class in com.puresoltechnologies.streaming.binary.mapper
-
This class is used to map from or to binary streams.
- BinaryMapper() - Constructor for class com.puresoltechnologies.streaming.binary.mapper.BinaryMapper
-
- BinaryMapper(Charset) - Constructor for class com.puresoltechnologies.streaming.binary.mapper.BinaryMapper
-
- BinaryMappingException - Exception in com.puresoltechnologies.streaming.binary.mapper
-
This is the base exception for all binary mapping exceptions.
- BinaryMappingException(String) - Constructor for exception com.puresoltechnologies.streaming.binary.mapper.BinaryMappingException
-
- BinaryMappingException(String, Throwable) - Constructor for exception com.puresoltechnologies.streaming.binary.mapper.BinaryMappingException
-
- BinaryNulTerminateString - Annotation Type in com.puresoltechnologies.streaming.binary.mapper.annotations
-
This annotation is used to define a single element of the binary structure.
- BinaryOutputStream - Class in com.puresoltechnologies.streaming.binary
-
This interface is used to read in binary streams.
- BinaryOutputStream(OutputStream, ByteOrder) - Constructor for class com.puresoltechnologies.streaming.binary.BinaryOutputStream
-
This is the default constructor.
- BinarySignedByte - Annotation Type in com.puresoltechnologies.streaming.binary.mapper.annotations
-
This annotation is used to define a single element of the binary structure.
- BinarySignedInt - Annotation Type in com.puresoltechnologies.streaming.binary.mapper.annotations
-
This annotation is used to define a single element of the binary structure.
- BinarySignedLong - Annotation Type in com.puresoltechnologies.streaming.binary.mapper.annotations
-
This annotation is used to define a single element of the binary structure.
- BinarySignedShort - Annotation Type in com.puresoltechnologies.streaming.binary.mapper.annotations
-
This annotation is used to define a single element of the binary structure.
- BinaryUnsignedByte - Annotation Type in com.puresoltechnologies.streaming.binary.mapper.annotations
-
This annotation is used to define a single element of the binary structure.
- BinaryUnsignedInt - Annotation Type in com.puresoltechnologies.streaming.binary.mapper.annotations
-
This annotation is used to define a single element of the binary structure.
- BinaryUnsignedShort - Annotation Type in com.puresoltechnologies.streaming.binary.mapper.annotations
-
This annotation is used to define a single element of the binary structure.
- Bytes - Interface in com.puresoltechnologies.streaming.binary
-
This interface is used to define a byte converter for all basic types and
some advanced types used in JDK.
- close() - Method in class com.puresoltechnologies.streaming.binary.BinaryInputStream
-
- close() - Method in class com.puresoltechnologies.streaming.binary.BinaryOutputStream
-
- close() - Method in class com.puresoltechnologies.streaming.iterators.StreamIteratorPipe
-
- close() - Method in class com.puresoltechnologies.streaming.streams.CompositeInputStream
-
- close() - Method in class com.puresoltechnologies.streaming.streams.CopyingInputStream
-
- close() - Method in class com.puresoltechnologies.streaming.streams.CopyingOutputStream
-
- close() - Method in class com.puresoltechnologies.streaming.streams.DelegatingInputStream
-
- close() - Method in class com.puresoltechnologies.streaming.streams.ExtendedCloseInputStream
-
- close() - Method in class com.puresoltechnologies.streaming.streams.ExtendedCloseOutputStream
-
- close() - Method in class com.puresoltechnologies.streaming.streams.InputStreamIterator
-
- close() - Method in class com.puresoltechnologies.streaming.streams.MultiStreamSeekableInputStream
-
- close() - Method in class com.puresoltechnologies.streaming.streams.OptimizedFileInputStream
-
- close() - Method in class com.puresoltechnologies.streaming.streams.OptimizedFileOutputStream
-
- close() - Method in class com.puresoltechnologies.streaming.streams.PositionOutputStream
-
- close() - Method in class com.puresoltechnologies.streaming.streams.SeekableInputStream
-
- CloseableStreamIterable<T> - Interface in com.puresoltechnologies.streaming.iterators
-
- CloseableStreamIterator<T> - Interface in com.puresoltechnologies.streaming.iterators
-
- CloseRunnable - Interface in com.puresoltechnologies.streaming.streams
-
This is a special interface to provide a closure for generic close, shutdown
and dispose methods.
- com.puresoltechnologies.streaming.binary - package com.puresoltechnologies.streaming.binary
-
- com.puresoltechnologies.streaming.binary.mapper - package com.puresoltechnologies.streaming.binary.mapper
-
- com.puresoltechnologies.streaming.binary.mapper.annotations - package com.puresoltechnologies.streaming.binary.mapper.annotations
-
- com.puresoltechnologies.streaming.common.mapper - package com.puresoltechnologies.streaming.common.mapper
-
- com.puresoltechnologies.streaming.csv - package com.puresoltechnologies.streaming.csv
-
- com.puresoltechnologies.streaming.csv.mapper - package com.puresoltechnologies.streaming.csv.mapper
-
- com.puresoltechnologies.streaming.csv.mapper.annotations - package com.puresoltechnologies.streaming.csv.mapper.annotations
-
- com.puresoltechnologies.streaming.iterators - package com.puresoltechnologies.streaming.iterators
-
- com.puresoltechnologies.streaming.streams - package com.puresoltechnologies.streaming.streams
-
- com.puresoltechnologies.streaming.test - package com.puresoltechnologies.streaming.test
-
- compareTo(PositionInputStream) - Method in class com.puresoltechnologies.streaming.streams.PositionInputStream
-
- compareTo(PositionInputStream) - Method in class com.puresoltechnologies.streaming.streams.SeekableInputStream
-
- compareTo(PositionOutputStream) - Method in class com.puresoltechnologies.streaming.streams.PositionOutputStream
-
- compareTo(SeekableInputStream<S>) - Method in class com.puresoltechnologies.streaming.streams.SeekableInputStream
-
- CompositeInputStream - Class in com.puresoltechnologies.streaming.streams
-
This composite input streams take multiple input streams and handles them as
one whole to the outside.
- CompositeInputStream(InputStream...) - Constructor for class com.puresoltechnologies.streaming.streams.CompositeInputStream
-
- CompositeInputStream(Collection<InputStream>) - Constructor for class com.puresoltechnologies.streaming.streams.CompositeInputStream
-
- CompositeStreamIterator<T> - Class in com.puresoltechnologies.streaming.iterators
-
This composite iterators take multiple iterators and handles them as one
whole to the outside.
- CompositeStreamIterator(Collection<? extends Iterator<T>>) - Constructor for class com.puresoltechnologies.streaming.iterators.CompositeStreamIterator
-
- CompositeStreamIterator(Iterator<T>...) - Constructor for class com.puresoltechnologies.streaming.iterators.CompositeStreamIterator
-
- ConvertingStreamIterator<T,F> - Class in com.puresoltechnologies.streaming.iterators
-
This is a special decorator for
Iterator
to convert the iterator
elements into a new type.
- ConvertingStreamIterator(Iterator<T>, Function<T, F>) - Constructor for class com.puresoltechnologies.streaming.iterators.ConvertingStreamIterator
-
- copy(InputStream, OutputStream) - Static method in class com.puresoltechnologies.streaming.streams.StreamUtils
-
- CopyingInputStream - Class in com.puresoltechnologies.streaming.streams
-
This is a special input stream, which copies all bytes read into a new output
stream.
- CopyingInputStream(InputStream, OutputStream) - Constructor for class com.puresoltechnologies.streaming.streams.CopyingInputStream
-
This constructor is used to initialize the copying input stream.
- CopyingOutputStream - Class in com.puresoltechnologies.streaming.streams
-
This output stream object is ussed to copy bytes to different destinations in
parallel for auditing, parallel processing or logging.
- CopyingOutputStream(OutputStream...) - Constructor for class com.puresoltechnologies.streaming.streams.CopyingOutputStream
-
This constructor instantiates the class based on an array of output streams.
- CopyingOutputStream(Collection<OutputStream>) - Constructor for class com.puresoltechnologies.streaming.streams.CopyingOutputStream
-
This constructor instantiates the class based on a
Collection
of
output streams.
- CountingStreamIterator<T> - Class in com.puresoltechnologies.streaming.iterators
-
- CountingStreamIterator(StreamIterator<T>) - Constructor for class com.puresoltechnologies.streaming.iterators.CountingStreamIterator
-
- CountingStreamIterator(Iterator<T>) - Constructor for class com.puresoltechnologies.streaming.iterators.CountingStreamIterator
-
- create() - Method in interface com.puresoltechnologies.streaming.streams.InputStreamCreator
-
This method returns newly created input streams.
- createDefinition(Class<C>) - Method in class com.puresoltechnologies.streaming.common.mapper.AbstractMapper
-
- createMappingDefinition(Class<C>, Constructor<?>) - Method in class com.puresoltechnologies.streaming.common.mapper.AbstractMapper
-
- CSVBoolean - Annotation Type in com.puresoltechnologies.streaming.csv.mapper.annotations
-
This annotation is used to define a single element of the binary structure.
- CSVByte - Annotation Type in com.puresoltechnologies.streaming.csv.mapper.annotations
-
This annotation is used to define a single element of the binary structure.
- CSVCreator - Annotation Type in com.puresoltechnologies.streaming.csv.mapper.annotations
-
This annotation is used to specify the constructor which is used to create
the object when read.
- CSVDouble - Annotation Type in com.puresoltechnologies.streaming.csv.mapper.annotations
-
This annotation is used to define a single element of the binary structure.
- CSVFloat - Annotation Type in com.puresoltechnologies.streaming.csv.mapper.annotations
-
This annotation is used to define a single element of the binary structure.
- CSVHeader - Class in com.puresoltechnologies.streaming.csv
-
Contains the header information of the CSV.
- CSVHeader(List<String>) - Constructor for class com.puresoltechnologies.streaming.csv.CSVHeader
-
- CSVInt - Annotation Type in com.puresoltechnologies.streaming.csv.mapper.annotations
-
This annotation is used to define a single element of the binary structure.
- CSVLong - Annotation Type in com.puresoltechnologies.streaming.csv.mapper.annotations
-
This annotation is used to define a single element of the binary structure.
- CSVMapper - Class in com.puresoltechnologies.streaming.csv.mapper
-
This class is used to map from or to binary streams.
- CSVMapper() - Constructor for class com.puresoltechnologies.streaming.csv.mapper.CSVMapper
-
- CSVMappingException - Exception in com.puresoltechnologies.streaming.csv.mapper
-
This is the base exception for all binary mapping exceptions.
- CSVMappingException(String) - Constructor for exception com.puresoltechnologies.streaming.csv.mapper.CSVMappingException
-
- CSVMappingException(String, Throwable) - Constructor for exception com.puresoltechnologies.streaming.csv.mapper.CSVMappingException
-
- CSVReader - Class in com.puresoltechnologies.streaming.csv
-
This class provides an CSV reader.
- CSVReader(InputStream) - Constructor for class com.puresoltechnologies.streaming.csv.CSVReader
-
- CSVReader(InputStream, boolean) - Constructor for class com.puresoltechnologies.streaming.csv.CSVReader
-
- CSVReader(InputStream, Charset) - Constructor for class com.puresoltechnologies.streaming.csv.CSVReader
-
- CSVReader(InputStream, Charset, boolean) - Constructor for class com.puresoltechnologies.streaming.csv.CSVReader
-
- CSVRecord - Class in com.puresoltechnologies.streaming.csv
-
This class represents a single CSV record (a single row from a CSV file).
- CSVRecord() - Constructor for class com.puresoltechnologies.streaming.csv.CSVRecord
-
- CSVRecordReader - Class in com.puresoltechnologies.streaming.csv
-
This method reads a single CSVRecord from the input stream.
- CSVRecordReader() - Constructor for class com.puresoltechnologies.streaming.csv.CSVRecordReader
-
- CSVRecordReader(Charset) - Constructor for class com.puresoltechnologies.streaming.csv.CSVRecordReader
-
- CSVShort - Annotation Type in com.puresoltechnologies.streaming.csv.mapper.annotations
-
This annotation is used to define a single element of the binary structure.
- CSVString - Annotation Type in com.puresoltechnologies.streaming.csv.mapper.annotations
-
This annotation is used to define a single element of the binary structure.
- CSVWriter - Class in com.puresoltechnologies.streaming.csv
-
This class provides an CSV writer.
- CSVWriter(OutputStream) - Constructor for class com.puresoltechnologies.streaming.csv.CSVWriter
-
- CSVWriter(OutputStream, Charset) - Constructor for class com.puresoltechnologies.streaming.csv.CSVWriter
-
- filter(Predicate<T>) - Method in interface com.puresoltechnologies.streaming.iterators.StreamIterator
-
- FilteringStreamIterator<T> - Class in com.puresoltechnologies.streaming.iterators
-
This iterator is a special decorator for
Iterator
which adds a
filtering capability.
- FilteringStreamIterator(Iterator<T>, Predicate<T>) - Constructor for class com.puresoltechnologies.streaming.iterators.FilteringStreamIterator
-
- findCreator(Class<C>) - Method in class com.puresoltechnologies.streaming.common.mapper.AbstractMapper
-
- findNext() - Method in class com.puresoltechnologies.streaming.iterators.AbstractStreamIterator
-
This method looks for the next entry to be returned.
- findNext() - Method in class com.puresoltechnologies.streaming.iterators.CompositeStreamIterator
-
- findNext() - Method in class com.puresoltechnologies.streaming.iterators.ConvertingStreamIterator
-
- findNext() - Method in class com.puresoltechnologies.streaming.iterators.FilteringStreamIterator
-
- findNext() - Method in class com.puresoltechnologies.streaming.iterators.StackedStreamIterator
-
- findNext() - Method in class com.puresoltechnologies.streaming.iterators.StreamIteratorPipe
-
- findNext() - Method in class com.puresoltechnologies.streaming.streams.InputStreamIterator
-
- flatMap(Function<T, ? extends Iterator<R>>) - Method in interface com.puresoltechnologies.streaming.iterators.StreamIterator
-
This method maps the elements of this
StreamIterator
to more elements
of another type.
- flush() - Method in class com.puresoltechnologies.streaming.streams.ExtendedCloseOutputStream
-
- flush() - Method in class com.puresoltechnologies.streaming.streams.OptimizedFileOutputStream
-
- flush() - Method in class com.puresoltechnologies.streaming.streams.PositionOutputStream
-
- forByteOrder(ByteOrder) - Static method in interface com.puresoltechnologies.streaming.binary.Bytes
-
- fromBoolean(boolean) - Method in class com.puresoltechnologies.streaming.binary.AbstractBytes
-
- fromBoolean(boolean) - Method in interface com.puresoltechnologies.streaming.binary.Bytes
-
This method creates a byte array containing the value of the provided
boolean.
- fromByte(byte) - Method in class com.puresoltechnologies.streaming.binary.AbstractBytes
-
- fromByte(byte) - Method in interface com.puresoltechnologies.streaming.binary.Bytes
-
This method creates a byte array containing the value of the provided byte.
- fromDouble(double) - Method in class com.puresoltechnologies.streaming.binary.AbstractBytes
-
- fromDouble(double) - Method in interface com.puresoltechnologies.streaming.binary.Bytes
-
This method creates a byte array containing the value of the provided 64bit
double.
- fromFloat(float) - Method in class com.puresoltechnologies.streaming.binary.AbstractBytes
-
- fromFloat(float) - Method in interface com.puresoltechnologies.streaming.binary.Bytes
-
This method creates a byte array containing the value of the provided 32bit
float.
- fromHexString(String) - Method in class com.puresoltechnologies.streaming.binary.AbstractBytes
-
- fromHexString(String) - Method in interface com.puresoltechnologies.streaming.binary.Bytes
-
- fromInstant(Instant) - Method in class com.puresoltechnologies.streaming.binary.AbstractBytes
-
- fromInstant(Instant) - Method in interface com.puresoltechnologies.streaming.binary.Bytes
-
This method converts the provided
Instant
into an array of bytes.
- fromInt(int) - Method in class com.puresoltechnologies.streaming.binary.BigEndianBytes
-
- fromInt(int) - Method in interface com.puresoltechnologies.streaming.binary.Bytes
-
This method creates a byte array containing the value of the provided 32bit
integer.
- fromInt(int) - Method in class com.puresoltechnologies.streaming.binary.LittleEndianBytes
-
- fromLocalDate(LocalDate) - Method in class com.puresoltechnologies.streaming.binary.AbstractBytes
-
- fromLocalDate(LocalDate) - Method in interface com.puresoltechnologies.streaming.binary.Bytes
-
This method converts the provided
LocalDate
into an array of bytes.
- fromLocalDateTime(LocalDateTime) - Method in class com.puresoltechnologies.streaming.binary.AbstractBytes
-
- fromLocalDateTime(LocalDateTime) - Method in interface com.puresoltechnologies.streaming.binary.Bytes
-
This method converts the provided
LocalDateTime
into an array of
bytes.
- fromLocalTime(LocalTime) - Method in class com.puresoltechnologies.streaming.binary.AbstractBytes
-
- fromLocalTime(LocalTime) - Method in interface com.puresoltechnologies.streaming.binary.Bytes
-
This method converts the provided
LocalTime
into an array of bytes.
- fromLong(long) - Method in class com.puresoltechnologies.streaming.binary.BigEndianBytes
-
- fromLong(long) - Method in interface com.puresoltechnologies.streaming.binary.Bytes
-
This method creates a byte array containing the value of the provided 64bit
long.
- fromLong(long) - Method in class com.puresoltechnologies.streaming.binary.LittleEndianBytes
-
- fromShort(short) - Method in class com.puresoltechnologies.streaming.binary.BigEndianBytes
-
- fromShort(short) - Method in interface com.puresoltechnologies.streaming.binary.Bytes
-
This method creates a byte array containing the value of the provided 16bit
short.
- fromShort(short) - Method in class com.puresoltechnologies.streaming.binary.LittleEndianBytes
-
- fromString(String, Charset) - Method in class com.puresoltechnologies.streaming.binary.AbstractBytes
-
- fromString(String, Charset) - Method in interface com.puresoltechnologies.streaming.binary.Bytes
-
This method creates a byte array containing the value of the provided string
using the charset provided.
- fromUnsignedByte(int) - Method in class com.puresoltechnologies.streaming.binary.AbstractBytes
-
- fromUnsignedByte(int) - Method in interface com.puresoltechnologies.streaming.binary.Bytes
-
This method creates a byte array containing the value of the provided
unsigned byte.
- fromUnsignedInt(long) - Method in class com.puresoltechnologies.streaming.binary.BigEndianBytes
-
- fromUnsignedInt(long) - Method in interface com.puresoltechnologies.streaming.binary.Bytes
-
This method creates a byte array containing the value of the provided
unsigned 32bit integer.
- fromUnsignedInt(long) - Method in class com.puresoltechnologies.streaming.binary.LittleEndianBytes
-
- fromUnsignedShort(int) - Method in class com.puresoltechnologies.streaming.binary.BigEndianBytes
-
- fromUnsignedShort(int) - Method in interface com.puresoltechnologies.streaming.binary.Bytes
-
This method creates a byte array containing the value of the provided
unsigned 16bit short.
- fromUnsignedShort(int) - Method in class com.puresoltechnologies.streaming.binary.LittleEndianBytes
-
- peek() - Method in class com.puresoltechnologies.streaming.csv.CSVReader
-
- peek() - Method in class com.puresoltechnologies.streaming.iterators.AbstractStreamIterator
-
- peek() - Method in class com.puresoltechnologies.streaming.iterators.CountingStreamIterator
-
- peek() - Method in class com.puresoltechnologies.streaming.iterators.StatisticsIterator
-
- peek() - Method in interface com.puresoltechnologies.streaming.iterators.StreamIterator
-
This method returns the next element which will be returned by next(),
without moving forward.
- PositionInputStream - Class in com.puresoltechnologies.streaming.streams
-
This is a simple stream to count the bytes read from it to determine the
current position.
- PositionInputStream(InputStream) - Constructor for class com.puresoltechnologies.streaming.streams.PositionInputStream
-
- PositionInputStream(InputStream, long) - Constructor for class com.puresoltechnologies.streaming.streams.PositionInputStream
-
- PositionOutputStream - Class in com.puresoltechnologies.streaming.streams
-
This is a simple stream to count the bytes read from it to determine the
current position.
- PositionOutputStream(OutputStream) - Constructor for class com.puresoltechnologies.streaming.streams.PositionOutputStream
-
- PositionOutputStream(OutputStream, long) - Constructor for class com.puresoltechnologies.streaming.streams.PositionOutputStream
-
- push(T) - Method in class com.puresoltechnologies.streaming.iterators.StreamIteratorPipe
-
- putBoolean(byte[], boolean, int) - Method in class com.puresoltechnologies.streaming.binary.AbstractBytes
-
- putBoolean(byte[], boolean, int) - Method in interface com.puresoltechnologies.streaming.binary.Bytes
-
This method writes the provided boolean value into the given byte array.
- putByte(byte[], byte, int) - Method in class com.puresoltechnologies.streaming.binary.AbstractBytes
-
- putByte(byte[], byte, int) - Method in interface com.puresoltechnologies.streaming.binary.Bytes
-
This method writes the provided byte value into the given byte array.
- putBytes(byte[], int, byte[]) - Method in class com.puresoltechnologies.streaming.binary.AbstractBytes
-
- putBytes(byte[], int, byte[]) - Method in interface com.puresoltechnologies.streaming.binary.Bytes
-
This method writes a byte array into another array.
- putDouble(byte[], double, int) - Method in class com.puresoltechnologies.streaming.binary.AbstractBytes
-
- putDouble(byte[], double, int) - Method in interface com.puresoltechnologies.streaming.binary.Bytes
-
This method writes the provided double value into the given byte array.
- putFloat(byte[], float, int) - Method in class com.puresoltechnologies.streaming.binary.AbstractBytes
-
- putFloat(byte[], float, int) - Method in interface com.puresoltechnologies.streaming.binary.Bytes
-
This method writes the provided float value into the given byte array.
- putInstant(byte[], Instant, int) - Method in class com.puresoltechnologies.streaming.binary.AbstractBytes
-
- putInstant(byte[], Instant, int) - Method in interface com.puresoltechnologies.streaming.binary.Bytes
-
This method writes the provided
Instant
value into the given byte
array.
- putInt(byte[], int, int) - Method in class com.puresoltechnologies.streaming.binary.BigEndianBytes
-
- putInt(byte[], int, int) - Method in interface com.puresoltechnologies.streaming.binary.Bytes
-
This method writes the provided integer value into the given byte array.
- putInt(byte[], int, int) - Method in class com.puresoltechnologies.streaming.binary.LittleEndianBytes
-
- putLocalDate(byte[], LocalDate, int) - Method in class com.puresoltechnologies.streaming.binary.AbstractBytes
-
- putLocalDate(byte[], LocalDate, int) - Method in interface com.puresoltechnologies.streaming.binary.Bytes
-
This method writes the provided
LocalDate
value into the given byte
array.
- putLocalDateTime(byte[], LocalDateTime, int) - Method in class com.puresoltechnologies.streaming.binary.AbstractBytes
-
- putLocalDateTime(byte[], LocalDateTime, int) - Method in interface com.puresoltechnologies.streaming.binary.Bytes
-
This method writes the provided
LocalDateTime
value into the given
byte array.
- putLocalTime(byte[], LocalTime, int) - Method in class com.puresoltechnologies.streaming.binary.AbstractBytes
-
- putLocalTime(byte[], LocalTime, int) - Method in interface com.puresoltechnologies.streaming.binary.Bytes
-
This method writes the provided
LocalTime
value into the given byte
array.
- putLong(byte[], long, int) - Method in class com.puresoltechnologies.streaming.binary.BigEndianBytes
-
- putLong(byte[], long, int) - Method in interface com.puresoltechnologies.streaming.binary.Bytes
-
This method writes the provided long value into the given byte array.
- putLong(byte[], long, int) - Method in class com.puresoltechnologies.streaming.binary.LittleEndianBytes
-
- putShort(byte[], short, int) - Method in class com.puresoltechnologies.streaming.binary.BigEndianBytes
-
- putShort(byte[], short, int) - Method in interface com.puresoltechnologies.streaming.binary.Bytes
-
This method writes the provided short value into the given byte array.
- putShort(byte[], short, int) - Method in class com.puresoltechnologies.streaming.binary.LittleEndianBytes
-
- putUnsignedByte(byte[], int, int) - Method in class com.puresoltechnologies.streaming.binary.AbstractBytes
-
- putUnsignedByte(byte[], int, int) - Method in interface com.puresoltechnologies.streaming.binary.Bytes
-
This method writes the provided unsigned byte value into the given byte
array.
- putUnsignedInt(byte[], long, int) - Method in class com.puresoltechnologies.streaming.binary.BigEndianBytes
-
- putUnsignedInt(byte[], long, int) - Method in interface com.puresoltechnologies.streaming.binary.Bytes
-
This method writes the provided unsigned integer value into the given byte
array.
- putUnsignedInt(byte[], long, int) - Method in class com.puresoltechnologies.streaming.binary.LittleEndianBytes
-
- putUnsignedShort(byte[], int, int) - Method in class com.puresoltechnologies.streaming.binary.BigEndianBytes
-
- putUnsignedShort(byte[], int, int) - Method in interface com.puresoltechnologies.streaming.binary.Bytes
-
This method writes the provided unsigned short value into the given byte
array.
- putUnsignedShort(byte[], int, int) - Method in class com.puresoltechnologies.streaming.binary.LittleEndianBytes
-
- read() - Method in class com.puresoltechnologies.streaming.binary.BinaryInputStream
-
- read() - Method in class com.puresoltechnologies.streaming.streams.CompositeInputStream
-
- read() - Method in class com.puresoltechnologies.streaming.streams.CopyingInputStream
-
- read() - Method in class com.puresoltechnologies.streaming.streams.DelegatingInputStream
-
- read() - Method in class com.puresoltechnologies.streaming.streams.GeneratingInputStream
-
- read() - Method in class com.puresoltechnologies.streaming.streams.MultiStreamSeekableInputStream
-
- read() - Method in class com.puresoltechnologies.streaming.streams.OptimizedFileInputStream
-
- read() - Method in class com.puresoltechnologies.streaming.streams.PositionInputStream
-
- read() - Method in class com.puresoltechnologies.streaming.streams.SeekableInputStream
-
- read() - Method in class com.puresoltechnologies.streaming.test.TestInputStream
-
- read(byte[]) - Method in class com.puresoltechnologies.streaming.streams.CopyingInputStream
-
- read(byte[]) - Method in class com.puresoltechnologies.streaming.streams.DelegatingInputStream
-
- read(byte[]) - Method in class com.puresoltechnologies.streaming.streams.OptimizedFileInputStream
-
- read(byte[]) - Method in class com.puresoltechnologies.streaming.streams.PositionInputStream
-
- read(byte[]) - Method in class com.puresoltechnologies.streaming.streams.SeekableInputStream
-
- read(byte[]) - Method in class com.puresoltechnologies.streaming.test.TestInputStream
-
- read(byte[], int, int) - Method in class com.puresoltechnologies.streaming.streams.CopyingInputStream
-
- read(byte[], int, int) - Method in class com.puresoltechnologies.streaming.streams.DelegatingInputStream
-
- read(byte[], int, int) - Method in class com.puresoltechnologies.streaming.streams.OptimizedFileInputStream
-
- read(byte[], int, int) - Method in class com.puresoltechnologies.streaming.streams.PositionInputStream
-
- read(byte[], int, int) - Method in class com.puresoltechnologies.streaming.streams.SeekableInputStream
-
- read(byte[], int, int) - Method in class com.puresoltechnologies.streaming.test.TestInputStream
-
- read(BinaryInputStream, Class<C>) - Method in class com.puresoltechnologies.streaming.binary.mapper.BinaryMapper
-
- read(CSVReader, Class<C>) - Method in class com.puresoltechnologies.streaming.csv.mapper.CSVMapper
-
- readBoolean() - Method in class com.puresoltechnologies.streaming.binary.BinaryInputStream
-
Reads a single boolean value.
- readBytes(int) - Method in class com.puresoltechnologies.streaming.binary.BinaryInputStream
-
This method reads the specified amount of bytes.
- readDouble() - Method in class com.puresoltechnologies.streaming.binary.BinaryInputStream
-
Reads a single double value.
- readFloat() - Method in class com.puresoltechnologies.streaming.binary.BinaryInputStream
-
Reads a single float value.
- readNulTerminatedString() - Method in class com.puresoltechnologies.streaming.binary.BinaryInputStream
-
Reads a NUL terminated string.
- readNulTerminatedString(Charset) - Method in class com.puresoltechnologies.streaming.binary.BinaryInputStream
-
Reads a NUL terminated string.
- readPart(I) - Method in interface com.puresoltechnologies.streaming.streams.InputStreamIterator.InputStreamPartReader
-
This method is implemented to read from inputStream to create on object of
type T.
- readPart(InputStream) - Method in class com.puresoltechnologies.streaming.csv.CSVRecordReader
-
- readSignedByte() - Method in class com.puresoltechnologies.streaming.binary.BinaryInputStream
-
Reads a single signed byte value.
- readSignedInt() - Method in class com.puresoltechnologies.streaming.binary.BinaryInputStream
-
Reads a single signed integer value.
- readSignedLong() - Method in class com.puresoltechnologies.streaming.binary.BinaryInputStream
-
Reads a single signed long value.
- readSignedShort() - Method in class com.puresoltechnologies.streaming.binary.BinaryInputStream
-
Reads a single signed short value.
- readUnsignedByte() - Method in class com.puresoltechnologies.streaming.binary.BinaryInputStream
-
Reads a single unsigned byte value.
- readUnsignedInt() - Method in class com.puresoltechnologies.streaming.binary.BinaryInputStream
-
Reads a single unsigned integer value.
- readUnsignedShort() - Method in class com.puresoltechnologies.streaming.binary.BinaryInputStream
-
Reads a single unsigned short value.
- reset() - Method in class com.puresoltechnologies.streaming.streams.DelegatingInputStream
-
- runClose() - Method in interface com.puresoltechnologies.streaming.streams.CloseRunnable
-
- RunningStatistics<T extends Number & Comparable<T>> - Class in com.puresoltechnologies.streaming.iterators
-
This class calculates the statistics of a provided series of dates on the
fly.
- RunningStatistics() - Constructor for class com.puresoltechnologies.streaming.iterators.RunningStatistics
-