Class MagnetConnection2.MagnetOutputStream

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

    private class MagnetConnection2.MagnetOutputStream
    extends java.io.OutputStream
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private MagnetOutputStream()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private int available()  
      void close()  
      private int read()  
      private int read​(byte[] buffer, int off, int len)  
      private void timerCheck()  
      void write​(byte[] b, int off, int len)  
      void write​(int b)  
      • Methods inherited from class java.io.OutputStream

        flush, nullOutputStream, write
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • buffers

        private final java.util.LinkedList<byte[]> buffers
      • available

        private int available
      • closed

        private boolean closed
      • last_read

        private long last_read
      • read_active

        private int read_active
    • Constructor Detail

      • MagnetOutputStream

        private MagnetOutputStream()
    • Method Detail

      • timerCheck

        private void timerCheck()
      • write

        public void write​(int b)
                   throws java.io.IOException
        Specified by:
        write in class java.io.OutputStream
        Throws:
        java.io.IOException
      • write

        public void write​(byte[] b,
                          int off,
                          int len)
                   throws java.io.IOException
        Overrides:
        write in class java.io.OutputStream
        Throws:
        java.io.IOException
      • read

        private int read()
                  throws java.io.IOException
        Throws:
        java.io.IOException
      • read

        private int read​(byte[] buffer,
                         int off,
                         int len)
                  throws java.io.IOException
        Throws:
        java.io.IOException
      • available

        private int available()
                       throws java.io.IOException
        Throws:
        java.io.IOException
      • close

        public void close()
                   throws java.io.IOException
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Overrides:
        close in class java.io.OutputStream
        Throws:
        java.io.IOException