Interface Readable


public interface Readable
Represents an element which can read from a BinaryReader.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    read(@NotNull BinaryReader reader)
    Reads from a BinaryReader.
  • Method Details

    • read

      void read(@NotNull @NotNull BinaryReader reader)
      Reads from a BinaryReader.
      Parameters:
      reader - the reader to read from