public abstract class AllocatedBuffer
public AllocatedBuffer()
public AllocatedBuffer retain()
public abstract AllocatedBuffer release()
| Returns | |
|---|---|
| org.conscrypt.AllocatedBuffer | this AllocatedBuffer instance |
public static AllocatedBuffer wrap(ByteBuffer buffer)