Uses of Interface
uk.co.parnmatt.vector.reader.Source
Packages that use Source
Package
Description
Reads the supported binary vector formats into typed arrays.
-
Uses of Source in uk.co.parnmatt.vector.reader
Methods in uk.co.parnmatt.vector.reader that return SourceModifier and TypeMethodDescriptionstatic SourceSource.bytes(byte[] bytes) An in-memory array of bytes.static SourceSource.channel(ReadableByteChannel channel) An already-open channel, passed through unchanged.static SourceSource.directFile(Path path) A file, read with direct IO where the operating system and file system support it, bypassing the page cache.static SourceA file, read through the operating system's page cache.static SourceSource.stream(InputStream stream) An input stream, adapted to a channel.Methods in uk.co.parnmatt.vector.reader with parameters of type SourceModifier and TypeMethodDescriptionstatic VectorReader.BufferingBegin composing a reader over the given source.