Record Class ByteInput.OfData

java.lang.Object
java.lang.Record
dev.latvian.mods.klib.io.ByteInput.OfData
All Implemented Interfaces:
ByteInput
Enclosing interface:
ByteInput

public static record ByteInput.OfData(DataInput in) extends Record implements ByteInput
  • Constructor Details

    • OfData

      public OfData(DataInput in)
      Creates an instance of a OfData record class.
      Parameters:
      in - the value for the in record component
  • Method Details