public final class OpenSSLBIOSink extends Object
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
static OpenSSLBIOSink |
create() |
protected void |
finalize() |
long |
getContext() |
int |
position() |
void |
reset() |
long |
skip(long byteCount) |
byte[] |
toByteArray() |
public static OpenSSLBIOSink create()
public int available()
public void reset()
public long skip(long byteCount)
public long getContext()
public byte[] toByteArray()
public int position()