Uses of Class
org.apache.sis.internal.storage.io.ByteWriter
Packages that use ByteWriter
Package
Description
Utility classes for the implementation of SIS storage classes.
-
Uses of ByteWriter in org.apache.sis.internal.storage.io
Subclasses of ByteWriter in org.apache.sis.internal.storage.ioModifier and TypeClassDescriptionprivate static final classWriter forbytevalues.private static final classWriter fordoublevalues.private static final classWriter forfloatvalues.private static final classWriter forintvalues.private static final classWriter forlongvalues.private static final classWriter forshortvalues.Methods in org.apache.sis.internal.storage.io that return ByteWriterModifier and TypeMethodDescriptionstatic ByteWriterByteWriter.create(Buffer source, ByteBuffer target) Creates a new writer for copying bytes from the given source to the given target buffers.static ByteWriterCreates a new writer for copying bytes from the given source vector to the given target array.