|
Copyright 2012-04-26 Werner Randelshofer | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.monte.media.imgseq.FileMultiplexer
@Deprecated public class FileMultiplexer
Multiplexes samples into individual files.
| Constructor Summary | |
|---|---|
FileMultiplexer(java.io.File dir,
java.lang.String baseName,
java.lang.String extension)
Deprecated. |
|
| Method Summary | |
|---|---|
void |
close()
Deprecated. Closes the Multiplexer. |
void |
write(int track,
Buffer buf)
Deprecated. Writes a sample. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FileMultiplexer(java.io.File dir,
java.lang.String baseName,
java.lang.String extension)
| Method Detail |
|---|
public void write(int track,
Buffer buf)
throws java.io.IOException
Multiplexer
write in interface Multiplexertrack - The track number.buf - The buffer containing the sample data.
java.io.IOException
public void close()
throws java.io.IOException
Multiplexer
close in interface Multiplexerjava.io.IOException
|
Copyright 2012-04-26 Werner Randelshofer | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||