public class ByteBuffer {
int capacity;
public ByteBuffer(int capacity ) { capacity = c; }}
public ByteBuffer(int capacity ) { capacity = c; }
}
构造函数注意事项
原文:https://www.cnblogs.com/atuo/p/8650435.html