JavaScript is disabled on your browser.
  • Detail:
  • Field |
  • Constr |
  • Method
gnu.inet.nntp

Class ArticleStream

  • All Implemented Interfaces:
    PendingData, java.io.Closeable, java.lang.AutoCloseable


    public final class ArticleStream
    extends java.io.FilterInputStream
    implements PendingData 
    A stream that can be told to read to the end of its data.
    • Field Summary

      • Fields inherited from class java.io.FilterInputStream

        in
    • Method Summary

      Methods
      Modifier and Type Method and Description
      int read ()
      int read (byte[] b)
      int read (byte[] b, int off, int len)
      void readToEOF ()
      Read to the end of the article data.
      • Methods inherited from class java.io.FilterInputStream

        available, close, mark, markSupported, reset, skip
      • Methods inherited from class java.lang.Object

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

      • read

        public int read()
         throws java.io.IOException
        Overrides:
        read in class java.io.FilterInputStream
        Throws:
        java.io.IOException
      • read

        public int read(byte[] b)
         throws java.io.IOException
        Overrides:
        read in class java.io.FilterInputStream
        Throws:
        java.io.IOException
      • read

        public int read(byte[] b,
         int off,
         int len)
         throws java.io.IOException
        Overrides:
        read in class java.io.FilterInputStream
        Throws:
        java.io.IOException
      • readToEOF

        public void readToEOF()
         throws java.io.IOException
        Read to the end of the article data.
        Specified by:
        readToEOF in interface PendingData
        Throws:
        java.io.IOException - if an I/O error occurred
  • Detail:
  • Field |
  • Constr |
  • Method

AltStyle によって変換されたページ (->オリジナル) /