Package net.bramp.ffmpeg.nut
Class PacketHeader
java.lang.Object
net.bramp.ffmpeg.nut.PacketHeader
Represents the header of a NUT packet containing startcode and forward pointer.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidread(NutDataInputStream in, long startcode) Reads the packet header including startcode and forward pointer.toString()
-
Constructor Details
-
PacketHeader
public PacketHeader()
-
-
Method Details
-
read
Reads the packet header including startcode and forward pointer.- Throws:
IOException
-
toString
-