Interface PacketMagicBytesAccessor

All Known Subinterfaces:
PacketMagicBytesAccessor.PacketMagicBytesProperty
All Known Implementing Classes:
PacketInputStream, PacketOutputStream, StopAndWaitPacketInputStream, StopAndWaitPacketOutputStream, TransmissionMetrics

public interface PacketMagicBytesAccessor
Provides an accessor for a packet magic bytes property.
  • Method Details

    • getPacketMagicBytes

      byte[] getPacketMagicBytes()
      Retrieves the magic bytes from the packet magic bytes property.
      Returns:
      The magic bytes stored by the packet magic bytes property.