Interface Writeable

All Known Implementing Classes:
BasicQueryResponse, FullQueryResponse

public interface Writeable
Represents an element which can write to a BinaryWriter.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    write(@NotNull BinaryWriter writer)
    Writes into a BinaryWriter.
  • Method Details

    • write

      void write(@NotNull @NotNull BinaryWriter writer)
      Writes into a BinaryWriter.
      Parameters:
      writer - the writer to write to