com.traxel.io
Class CopyrightedOutputStream

java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
com.traxel.io.CopyrightedOutputStream
- public class CopyrightedOutputStream
- extends java.io.FilterOutputStream
|
Method Summary |
void |
write(int aByte)
This method writes a single byte of output to the underlying
OutputStream. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_readerIndex
private long _readerIndex
_file
private java.io.RandomAccessFile _file
_mixer
private StreamMixer _mixer
CopyrightedOutputStream
public CopyrightedOutputStream(java.io.OutputStream out)
- This constructor uses the default copyrighted text.
WARNING: Using this constructor may render
this stream not useable to gain protection under
the DMCA. The DMCA requires that a technological
measure "effectively control access". If you are
using a text string that is published under the
GPL, it might be impossible to argue that your
program is effectively controlling access.
write
public void write(int aByte)
throws java.io.IOException
- Description copied from class:
java.io.FilterOutputStream
- This method writes a single byte of output to the underlying
OutputStream.