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