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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intwriteAndFlushAscii(AsciiEncoders.BufferFlusher flusher, java.nio.ByteBuffer buffer, char[] chars, int start, int end)
-
-
-
Method Detail
-
writeAndFlushAscii
int writeAndFlushAscii(AsciiEncoders.BufferFlusher flusher, java.nio.ByteBuffer buffer, char[] chars, int start, int end) throws java.io.IOException
- Throws:
java.io.IOException
-
-