パッケージ jcifs.smb1.smb1

クラス SmbFileOutputStream

    • メソッドの詳細

      • write

        public void write​(int b)
                   throws IOException
        Writes the specified byte to this file output stream.
        定義:
        write クラス内 OutputStream
        例外:
        IOException - if a network error occurs
      • write

        public void write​(byte[] b)
                   throws IOException
        Writes b.length bytes from the specified byte array to this file output stream.
        オーバーライド:
        write クラス内 OutputStream
        例外:
        IOException - if a network error occurs
      • isOpen

        public boolean isOpen()
      • write

        public void write​(byte[] b,
                          int off,
                          int len)
                   throws IOException
        Writes len bytes from the specified byte array starting at offset off to this file output stream.
        オーバーライド:
        write クラス内 OutputStream
        パラメータ:
        b - The array
        例外:
        IOException - if a network error occurs
      • writeDirect

        public void writeDirect​(byte[] b,
                                int off,
                                int len,
                                int flags)
                         throws IOException
        Just bypasses TransWaitNamedPipe - used by DCERPC bind.
        例外:
        IOException