类 ChannelBufferInputStream

  • 所有已实现的接口:
    ,

    public class ChannelBufferInputStream
    extends 
    • 构造器详细资料

      • ChannelBufferInputStream

        public ChannelBufferInputStream​(ChannelBuffer buffer)
      • ChannelBufferInputStream

        public ChannelBufferInputStream​(ChannelBuffer buffer,
                                        int length)
    • 方法详细资料

      • readBytes

        public int readBytes()
      • available

        public int available()
                      throws 
        覆盖:
         在类中 
        抛出:
      • mark

        public void mark​(int readlimit)
        覆盖:
         在类中 
      • markSupported

        public boolean markSupported()
        覆盖:
         在类中 
      • read

        public int read()
                 throws 
        指定者:
         在类中 
        抛出:
      • read

        public int read​(byte[] b,
                        int off,
                        int len)
                 throws 
        覆盖:
         在类中 
        抛出:
      • reset

        public void reset()
                   throws 
        覆盖:
         在类中 
        抛出:
      • skip

        public long skip​(long n)
                  throws 
        覆盖:
         在类中 
        抛出: