Class HTTP.Buffer
java.lang.Object
javaforce.HTTP.Buffer
- Enclosing class:
HTTP
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidappend(HTTP.Buffer other) voidappend(HTTP.Buffer other, int maxCopy) voidcondense()voidconsume(int length) voidvoidexpand()voidsetLength(int length) byte[]toArray()
-
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
-
append
-
toArray
public byte[] toArray()
-