Package ipsk.io

Interface IOutputStream

  • All Superinterfaces:
    java.lang.AutoCloseable, java.io.Closeable, java.io.Flushable

    public interface IOutputStream
    extends java.io.Flushable, java.io.Closeable
    Author:
    klausj
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void write​(byte[] buf, int offset, int len)  
      • Methods inherited from interface java.io.Closeable

        close
      • Methods inherited from interface java.io.Flushable

        flush
    • Method Detail

      • write

        void write​(byte[] buf,
                   int offset,
                   int len)
            throws java.io.IOException
        Throws:
        java.io.IOException