类 UnsafeByteArrayInputStream

  • 所有已实现的接口:
    ,

    public class UnsafeByteArrayInputStream
    extends 
    UnsafeByteArrayInputStrem.
    • 构造器详细资料

      • UnsafeByteArrayInputStream

        public UnsafeByteArrayInputStream​(byte[] buf)
      • UnsafeByteArrayInputStream

        public UnsafeByteArrayInputStream​(byte[] buf,
                                          int offset)
      • UnsafeByteArrayInputStream

        public UnsafeByteArrayInputStream​(byte[] buf,
                                          int offset,
                                          int length)
    • 方法详细资料

      • read

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

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

        public long skip​(long len)
        覆盖:
         在类中 
      • available

        public int available()
        覆盖:
         在类中 
      • markSupported

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

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

        public void reset()
        覆盖:
         在类中 
      • close

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

        public int position()
      • position

        public void position​(int newPosition)
      • size

        public int size()