Class ByteWriter.Shorts

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

private static final class ByteWriter.Shorts extends ByteWriter
Writer for short values.
  • Field Details

    • source

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

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