|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.OutputStream
SourceDataLineOutputStream
public class SourceDataLineOutputStream
Constructor Summary | |
---|---|
SourceDataLineOutputStream(SourceDataLine line)
|
Method Summary | |
---|---|
void |
flush()
|
void |
write(byte[] abBuffer,
int nOffset,
int nLength)
|
void |
write(int nByte)
|
Methods inherited from class java.io.OutputStream |
---|
close, write |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SourceDataLineOutputStream(SourceDataLine line)
Method Detail |
---|
public void write(int nByte)
write
in class java.io.OutputStream
public void write(byte[] abBuffer, int nOffset, int nLength) throws java.io.IOException
write
in class java.io.OutputStream
java.io.IOException
public void flush()
flush
in interface java.io.Flushable
flush
in class java.io.OutputStream
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |