Class ByteWriter.Floats

java.lang.Object
org.apache.sis.internal.storage.io.ByteWriter
org.apache.sis.internal.storage.io.ByteWriter.Floats
Enclosing class:
ByteWriter

private static final class ByteWriter.Floats extends ByteWriter
Writer for float values.
  • Field Details

    • source

      private final FloatBuffer source
      The buffers between which to transfer data.
    • target

      private final FloatBuffer target
      The buffers between which to transfer data.
  • Constructor Details

  • Method Details

    • write

      public int write()
      Write bytes.
      Specified by:
      write in class ByteWriter
      Returns:
      the number of bytes copied, or 0 if done.