Class LV

java.lang.Object
org.yamcs.cfdp.pdu.LV

public class LV extends Object
  • Constructor Details

    • LV

      public LV(byte[] value)
    • LV

      public LV(String value)
  • Method Details

    • getValue

      public byte[] getValue()
    • readLV

      public static LV readLV(ByteBuffer buffer)
    • writeToBuffer

      public void writeToBuffer(ByteBuffer buffer)
    • getBytes

      public byte[] getBytes()
    • toString

      public String toString()
      Overrides:
      toString in class Object