Class FileOutputStream.ByteArrayProvider

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable
    Enclosing class:
    FileOutputStream

    private static class FileOutputStream.ByteArrayProvider
    extends ByteChunkProvider
    • Constructor Detail

      • ByteArrayProvider

        private ByteArrayProvider​(int maxWriteSize,
                                  long offset)
    • Method Detail

      • writeBytes

        public void writeBytes​(byte[] b,
                               int off,
                               int len)
      • writeByte

        public void writeByte​(int b)
      • isBufferFull

        public boolean isBufferFull()
      • isBufferFull

        public boolean isBufferFull​(int len)
      • maxSize

        public int maxSize()
      • reset

        private void reset()