public class CharsetTranscoder.TranscoderEngine.TranscoderState extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
growable |
ByteBuffer |
inBytes |
ByteBuffer |
outBytes |
Constructor and Description |
---|
CharsetTranscoder.TranscoderEngine.TranscoderState(ByteBuffer inBytes,
boolean growable) |
CharsetTranscoder.TranscoderEngine.TranscoderState(ByteBuffer inBytes,
ByteBuffer outBytes,
boolean growable) |
public final ByteBuffer inBytes
public ByteBuffer outBytes
public boolean growable
public CharsetTranscoder.TranscoderEngine.TranscoderState(ByteBuffer inBytes, ByteBuffer outBytes, boolean growable)
public CharsetTranscoder.TranscoderEngine.TranscoderState(ByteBuffer inBytes, boolean growable)
Copyright © 2001-2016 JRuby. All Rights Reserved.