Class LiteralDataPacket

All Implemented Interfaces:
PacketTags

public class LiteralDataPacket extends InputStreamPacket
Generic literal data packet.
  • Method Details

    • getFormat

      public int getFormat()
      Return the format tag of the data packet.
    • getModificationTime

      public long getModificationTime()
      Return the modification time for the file (milliseconds at second level precision).
    • getFileName

      public String getFileName()
      Return the file name associated with the data packet.
    • getRawFileName

      public byte[] getRawFileName()
      Return the file name as an uninterpreted byte array.