All Packages Class Hierarchy This Package Previous Next Index
Class ejmf.toolkit.encoders.EncoderOutputStream
java.lang.Object
|
+----java.io.OutputStream
|
+----java.io.FileOutputStream
|
+----ejmf.toolkit.encoders.EncoderOutputStream
- public class EncoderOutputStream
- extends FileOutputStream
Combines a java.io.File with an OutputStream in cases
where an encoder may need access to file name, e.g.
IJGEncoder which relies on native code to open file.
- See Also:
- File
-
EncoderOutputStream(File)
- Creates an EncoderOutputStream from a java.io.File
-
getCanonicalPath()
- Reports canonical path from java.io.File by simply
delegating to File object.
EncoderOutputStream
public EncoderOutputStream(File file) throws IOException
- Creates an EncoderOutputStream from a java.io.File
- Parameters:
- file
- A java.io.File
getCanonicalPath
public String getCanonicalPath() throws IOException
- Reports canonical path from java.io.File by simply
delegating to File object.
- Returns:
- Canoical path name of File
All Packages Class Hierarchy This Package Previous Next Index