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 class
Writer forbyte
values.private static final class
Writer fordouble
values.private static final class
Writer forfloat
values.private static final class
Writer forint
values.private static final class
Writer forlong
values.private static final class
Writer forshort
values.Methods in org.apache.sis.internal.storage.io that return ByteWriterModifier and TypeMethodDescriptionstatic ByteWriter
ByteWriter.create
(Buffer source, ByteBuffer target) Creates a new writer for copying bytes from the given source to the given target buffers.static ByteWriter
Creates a new writer for copying bytes from the given source vector to the given target array.