Package io.undertow.benchmarks
Interface AsciiEncoders.AsciiEncoder
- All Known Implementing Classes:
AsciiEncoders.BatchFixedBufferOffsetAsciiEncoder,AsciiEncoders.NonBatchFixedBufferOffsetAsciiEncoder,AsciiEncoders.NonBatchMutableBufferOffsetAsciiEncoder
- Enclosing class:
AsciiEncoders
public static interface AsciiEncoders.AsciiEncoder
-
Method Summary
Modifier and TypeMethodDescriptionintwriteAndFlushAscii(AsciiEncoders.BufferFlusher flusher, ByteBuffer buffer, char[] chars, int start, int end)
-
Method Details
-
writeAndFlushAscii
int writeAndFlushAscii(AsciiEncoders.BufferFlusher flusher, ByteBuffer buffer, char[] chars, int start, int end) throws IOException - Throws:
IOException
-