Class ChannelByteBuffer


  • public class ChannelByteBuffer
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int available()  
      int read​(byte[] dst, int dstIndex, int length)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • available

        public int available()
                      throws java.io.IOException
        Throws:
        java.io.IOException
      • read

        public int read​(byte[] dst,
                        int dstIndex,
                        int length)
                 throws java.io.IOException
        Throws:
        java.io.IOException