public static enum AsciiEncoders.NonBatchMutableBufferOffsetAsciiEncoder extends Enum<AsciiEncoders.NonBatchMutableBufferOffsetAsciiEncoder> implements AsciiEncoders.AsciiEncoder
| Enum Constant and Description |
|---|
Instance |
| Modifier and Type | Method and Description |
|---|---|
static AsciiEncoders.NonBatchMutableBufferOffsetAsciiEncoder |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AsciiEncoders.NonBatchMutableBufferOffsetAsciiEncoder[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
int |
writeAndFlushAscii(AsciiEncoders.BufferFlusher flusher,
ByteBuffer buffer,
char[] chars,
int start,
int end) |
public static final AsciiEncoders.NonBatchMutableBufferOffsetAsciiEncoder Instance
public static AsciiEncoders.NonBatchMutableBufferOffsetAsciiEncoder[] values()
for (AsciiEncoders.NonBatchMutableBufferOffsetAsciiEncoder c : AsciiEncoders.NonBatchMutableBufferOffsetAsciiEncoder.values()) System.out.println(c);
public static AsciiEncoders.NonBatchMutableBufferOffsetAsciiEncoder valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int writeAndFlushAscii(AsciiEncoders.BufferFlusher flusher, ByteBuffer buffer, char[] chars, int start, int end) throws IOException
writeAndFlushAscii in interface AsciiEncoders.AsciiEncoderIOExceptionCopyright © 2024 JBoss by Red Hat. All rights reserved.