public class AsciiFormatter
extends java.lang.Object
| Constructor and Description |
|---|
AsciiFormatter(java.lang.CharSequence formatString) |
| Modifier and Type | Method and Description |
|---|---|
AsciiFormatter |
clear() |
int |
length() |
byte[] |
value() |
AsciiFormatter |
with(byte[] field) |
AsciiFormatter |
with(byte[] field,
int length) |
AsciiFormatter |
with(int number) |
AsciiFormatter |
with(long number) |
public AsciiFormatter with(byte[] field)
public AsciiFormatter with(byte[] field, int length)
public AsciiFormatter with(int number)
public AsciiFormatter with(long number)
public AsciiFormatter clear()
public int length()
public byte[] value()
Copyright © 2015-2022 Real Logic Limited. All Rights Reserved.