Package javaforce

Class HTTP.Buffer

java.lang.Object
javaforce.HTTP.Buffer
Enclosing class:
HTTP

protected static class HTTP.Buffer extends Object
  • Field Details

    • buf

      public byte[] buf
    • pos

      public int pos
    • count

      public int count
  • Constructor Details

    • Buffer

      public Buffer()
  • Method Details

    • expand

      public void expand()
    • condense

      public void condense()
    • consume

      public void consume(int length)
    • consumeAll

      public void consumeAll()
    • setLength

      public void setLength(int length)
    • append

      public void append(HTTP.Buffer other)
    • append

      public void append(HTTP.Buffer other, int maxCopy)
    • toArray

      public byte[] toArray()