Creates an output stream for writing the data. If there is an entry with that name already contained in the repository, try to overwrite it.
@param name the name of the output stream
@param mimeType the mime type of the to-be-created output stream. Repository implementations which do not support associating a mime time with a stream might ignore this parameter.
@return the outputstream
@throws IOException if opening the stream fails
Create output stream for writing.
@param offset The number of bytes at where to start writing.If the file is not random accessible, any offset other than zero will throw an exception.
@return An {@link OutputStream} used to write to the {@link FtpFile}
@throws IOException
Create a stream compressor that will write to the given output stream.
@param out the location for the final output stream
@return a stream the user can write uncompressed data to
Create a stream compressor that will write to the given output stream.
@param out the location for the final output stream
@return a stream the user can write uncompressed data to
Create output stream for writing.
@param offset The number of bytes at where to start writing.If the file is not random accessible, any offset other than zero will throw an exception.
@return An {@link java.io.OutputStream} used to write to the {@link SshFile}
@throws java.io.IOException
Create output stream for writing.
@param offset The number of bytes at where to start writing.If the file is not random accessible, any offset other than zero will throw an exception.
@return An {@link java.io.OutputStream} used to write to the {@link SshFile}
@throws java.io.IOException
Creates an output stream for the URI and returns it; it has the same effect as calling {@link #createOutputStream(URI,Map) createOutputStream(uri, null)}.
@return an open output stream.
@exception IOException if there is a problem obtaining an open output stream.
@see #createOutputStream(URI,Map)
Creates output stream object from stream id. Output stream consists of audio, data and video channels.
@see org.red5.server.stream.OutputStream
@param streamId Stream id
@return Output stream object
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.