public class B2CConverterBlocking extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
B2CConverterBlocking() |
|
B2CConverterBlocking(String encoding)
Create a converter, with bytes going to a byte buffer
|
| Modifier and Type | Method and Description |
|---|---|
void |
convert(ByteChunk bb,
CharChunk cb)
Deprecated.
|
void |
convert(ByteChunk bb,
CharChunk cb,
int limit) |
static void |
convertASCII(MessageBytes mb)
Character conversion of a US-ASCII MessageBytes.
|
void |
recycle()
Reset the internal state, empty the buffers.
|
void |
reset() |
protected B2CConverterBlocking()
public B2CConverterBlocking(String encoding) throws IOException
IOExceptionpublic void recycle()
public void convert(ByteChunk bb, CharChunk cb) throws IOException
IOExceptionpublic void convert(ByteChunk bb, CharChunk cb, int limit) throws IOException
IOExceptionpublic static void convertASCII(MessageBytes mb)
public void reset()
throws IOException
IOExceptionCopyright © 2020 Oracle Corporation. All Rights Reserved.