Class FileDataPacket

java.lang.Object
org.yamcs.cfdp.pdu.CfdpPacket
org.yamcs.cfdp.pdu.FileDataPacket

public class FileDataPacket extends CfdpPacket
Structure is
 offset - 4 bytes
 file data - variable
 
The version 5 of the CFDP standard introduces some metadata. This is not supported.
  • Field Details

  • Constructor Details

    • FileDataPacket

      public FileDataPacket(byte[] fileData, long offset, CfdpHeader header)
    • FileDataPacket

      public FileDataPacket(ByteBuffer buffer, CfdpHeader header)
  • Method Details