| Constructor and Description |
|---|
NbsData(java.util.List<NbsLayer> layers,
java.util.List<NbsCustomInstrument> customInstruments) |
NbsData(NbsHeader header,
com.google.common.io.LittleEndianDataInputStream dis) |
NbsData(SongView<N> songView) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<NbsCustomInstrument> |
getCustomInstruments() |
java.util.List<NbsLayer> |
getLayers() |
void |
setCustomInstruments(java.util.List<NbsCustomInstrument> customInstruments) |
void |
setLayers(java.util.List<NbsLayer> layers) |
void |
write(NbsHeader header,
com.google.common.io.LittleEndianDataOutputStream dos) |
public NbsData(NbsHeader header, com.google.common.io.LittleEndianDataInputStream dis) throws java.io.IOException
java.io.IOExceptionpublic NbsData(java.util.List<NbsLayer> layers, java.util.List<NbsCustomInstrument> customInstruments)
public NbsData(SongView<N> songView)
public void write(NbsHeader header, com.google.common.io.LittleEndianDataOutputStream dos) throws java.io.IOException
java.io.IOExceptionpublic java.util.List<NbsLayer> getLayers()
public void setLayers(java.util.List<NbsLayer> layers)
layers - The layers of this songpublic java.util.List<NbsCustomInstrument> getCustomInstruments()
public void setCustomInstruments(java.util.List<NbsCustomInstrument> customInstruments)
customInstruments - The custom instruments of this song