Class NBSPacket
java.lang.Object
dev.kosmx.playerAnim.core.data.opennbs.network.NBSPacket
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intcalculateMessageSize(NBS song) Warning! Works incorrectly when sending extra datastatic intgetLayerMessageSize(Layer layer) getSong()booleanread(ByteBuffer buf) voidwrite(ByteBuffer buf) void
-
Constructor Details
-
NBSPacket
-
NBSPacket
public NBSPacket()
-
-
Method Details
-
getSong
-
write
-
writeLayersAndNotes
-
read
- Parameters:
buf- input ByteBuf- Returns:
- true if reading was success
- Throws:
IOException
-
calculateMessageSize
Warning! Works incorrectly when sending extra data- Parameters:
song- song to send- Returns:
- estimated size
-
getLayerMessageSize
-