パッケージ jcifs.smb

クラス SmbPipeInputStream

    • メソッドの詳細

      • available

        public int available()
                      throws IOException
        This stream class is unbuffered. Therefore this method will always return 0 for streams connected to regular files. However, a stream created from a Named Pipe this method will query the server using a "peek named pipe" operation and return the number of available bytes on the server.
        オーバーライド:
        available クラス内 SmbFileInputStream
        例外:
        IOException