Class ByteWriter.Longs

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

private static final class ByteWriter.Longs extends ByteWriter
Writer for long values.
  • Field Details

    • source

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

      private final LongBuffer 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.