Interface OutputShim

  • All Known Implementing Classes:
    ShadedOutputAdapter

    public interface OutputShim
    A minimal Output-like abstraction. See that class for method documentation.
    • Method Detail

      • writeByte

        void writeByte​(byte b)
      • writeBytes

        void writeBytes​(byte[] array,
                        int offset,
                        int count)
      • writeString

        void writeString​(String s)
      • writeLong

        void writeLong​(long l)
      • writeInt

        void writeInt​(int i)
      • writeDouble

        void writeDouble​(double d)
      • writeShort

        void writeShort​(int s)
      • writeBoolean

        void writeBoolean​(boolean b)
      • flush

        void flush()