Class JspWriterImpl.CharBuffer

  • Enclosing class:
    JspWriterImpl

    private static class JspWriterImpl.CharBuffer
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) char[] buf  
      (package private) int lim  
      (package private) int offset  
      (package private) int pos  
    • Constructor Summary

      Constructors 
      Constructor Description
      CharBuffer​(char[] buffer, int offset, int length)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • buf

        char[] buf
      • offset

        int offset
      • pos

        int pos
      • lim

        int lim
    • Constructor Detail

      • CharBuffer

        CharBuffer​(char[] buffer,
                   int offset,
                   int length)