Methods in fr.umlv.tatoo.runtime.buffer.impl that return UTF8Wrapper |
static UTF8Wrapper<ByteBuffer> |
UTF8Wrapper.wrap(boolean direct,
int capacity,
int increment,
int chunkSize,
ReadableByteChannel readable,
LocationTracker tracker)
Construct a UTF8Wrapper used by the lexer to process the ReadableByteChannel . |
static UTF8Wrapper<InputStream> |
UTF8Wrapper.wrap(InputStream inputStream,
LocationTracker tracker)
Constructs an UTF8Wrapper wrapper used by the lexer to process the InputStream . |
static UTF8Wrapper<InputStream> |
UTF8Wrapper.wrap(int capacity,
int increment,
int chunkSize,
InputStream inputStream,
LocationTracker tracker)
Construct a UTF8Wrapper used by the lexer to process the InputStream . |
static UTF8Wrapper<ByteBuffer> |
UTF8Wrapper.wrap(ReadableByteChannel readable,
LocationTracker tracker)
Constructs an UTF8Wrapper wrapper used by the lexer to process the ReadableByteChannel . |