public class RecordFactory extends Object
| Constructor and Description |
|---|
RecordFactory() |
| Modifier and Type | Method and Description |
|---|---|
static Record |
create(byte[] bytes) |
static Record |
create(int sequence,
char type,
boolean continuation) |
static Record |
create(int size,
int sequence,
char type,
boolean continuation) |
static int |
trimRight(byte[] bytes,
int start) |
public static Record create(byte[] bytes) throws SeedException
SeedExceptionpublic static Record create(int sequence, char type, boolean continuation) throws SeedException
SeedExceptionpublic static Record create(int size, int sequence, char type, boolean continuation) throws SeedException
SeedExceptionpublic static final int trimRight(byte[] bytes,
int start)
Copyright © 2018. All rights reserved.