类 UnsafeStringReader

  • 所有已实现的接口:
    , ,

    public class UnsafeStringReader
    extends 
    Thread-unsafe StringReader.
    • 构造器概要

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

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

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

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

      • UnsafeStringReader

        public UnsafeStringReader​( str)
    • 方法详细资料

      • read

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

        public int read​(char[] cs,
                        int off,
                        int len)
                 throws 
        指定者:
         在类中 
        抛出:
      • skip

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

        public boolean ready()
                      throws 
        覆盖:
         在类中 
        抛出:
      • markSupported

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

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

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

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