public class Buffer extends Object
Buffer(byte[] bytes)
Buffer(int initialCapacity)
void
concat(Buffer other)
int
length()
String
toString(String charsetName)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Buffer(int initialCapacity)
public Buffer(byte[] bytes)
public void concat(Buffer other)
public int length()
public String toString(String charsetName)
Copyright © 2015. All rights reserved.