类 InputStreamWrapper

  • 所有已实现的接口:
    ,

    public class InputStreamWrapper
    extends 
    • 构造器概要

      构造器 
      构造器 说明
       is)  
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      int available()  
      void close()  
      void mark​(int readlimit)  
      boolean markSupported()  
      int read()  
      int read​(byte[] b)  
      int read​(byte[] b, int off, int len)  
      void reset()  
      long skip​(long n)  
      • 从类继承的方法 java.io.

        , , , ,
      • 从类继承的方法 java.lang.

        , , , , , , , ,
    • 构造器详细资料

      • InputStreamWrapper

        public InputStreamWrapper​( is)
    • 方法详细资料

      • read

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

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

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

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

        public void close()
                   throws 
        指定者:
         在接口中 
        指定者:
         在接口中 
        覆盖:
         在类中 
        抛出:
      • mark

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

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

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

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