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
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.