Class ResultBuffer

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable

    public class ResultBuffer
    extends java.lang.Object
    implements java.io.Closeable
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int bufLoc  
      (package private) int size  
    • Constructor Summary

      Constructors 
      Constructor Description
      ResultBuffer​(int bufLoc, int size)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      java.nio.ByteBuffer getBuffer()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • bufLoc

        int bufLoc
      • size

        int size
    • Constructor Detail

      • ResultBuffer

        public ResultBuffer​(int bufLoc,
                            int size)
    • Method Detail

      • getBuffer

        public java.nio.ByteBuffer getBuffer()
      • close

        public void close()
                   throws java.io.IOException
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Throws:
        java.io.IOException