public class FS4Properties extends Object
Modifier and Type | Class and Description |
---|---|
static class |
FS4Properties.Entry |
Modifier and Type | Field and Description |
---|---|
private FS4Properties.Entry[] |
entries |
private String |
name |
Constructor and Description |
---|
FS4Properties() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
decode(ByteBuffer buffer) |
FS4Properties.Entry[] |
getEntries() |
String |
getName() |
void |
setEntries(FS4Properties.Entry[] entries) |
void |
setName(String name) |
private String name
private FS4Properties.Entry[] entries
void decode(ByteBuffer buffer)
public FS4Properties.Entry[] getEntries()
public void setEntries(FS4Properties.Entry[] entries)
public String getName()
public void setName(String name)
Copyright © 2017. All rights reserved.