类 UnsafeStringWriter

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

    public class UnsafeStringWriter
    extends 
    Thread-unsafe StringWriter.
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      append​(char c)  
       csq)  
       csq, int start, int end)  
      void close()  
      void flush()  
      toString()  
      void write​(char[] cs)  
      void write​(char[] cs, int off, int len)  
      void write​(int c)  
      void  str)  
      void  str, int off, int len)  
      • 从类继承的方法 java.io.

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

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

      • UnsafeStringWriter

        public UnsafeStringWriter()
      • UnsafeStringWriter

        public UnsafeStringWriter​(int size)
    • 方法详细资料

      • write

        public void write​(int c)
        覆盖:
         在类中 
      • write

        public void write​(char[] cs)
                   throws 
        覆盖:
         在类中 
        抛出:
      • write

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

        public void write​( str)
        覆盖:
         在类中 
      • write

        public void write​( str,
                          int off,
                          int len)
        覆盖:
         在类中 
      • append

        public  append​( csq)
        指定者:
         在接口中 
        覆盖:
         在类中 
      • append

        public  append​( csq,
                             int start,
                             int end)
        指定者:
         在接口中 
        覆盖:
         在类中 
      • append

        public  append​(char c)
        指定者:
         在接口中 
        覆盖:
         在类中 
      • close

        public void close()
        指定者:
         在接口中 
        指定者:
         在接口中 
        指定者:
         在类中 
      • flush

        public void flush()
        指定者:
         在接口中 
        指定者:
         在类中 
      • toString

        public  toString()
        覆盖:
         在类中