public static enum AsciiEncoders.BatchFixedBufferOffsetAsciiEncoder extends Enum<AsciiEncoders.BatchFixedBufferOffsetAsciiEncoder> implements AsciiEncoders.AsciiEncoder
| Enum Constant and Description |
|---|
Instance |
| Modifier and Type | Method and Description |
|---|---|
static AsciiEncoders.BatchFixedBufferOffsetAsciiEncoder |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AsciiEncoders.BatchFixedBufferOffsetAsciiEncoder[] |
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.BatchFixedBufferOffsetAsciiEncoder Instance
public static AsciiEncoders.BatchFixedBufferOffsetAsciiEncoder[] values()
for (AsciiEncoders.BatchFixedBufferOffsetAsciiEncoder c : AsciiEncoders.BatchFixedBufferOffsetAsciiEncoder.values()) System.out.println(c);
public static AsciiEncoders.BatchFixedBufferOffsetAsciiEncoder 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.