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

Constructor Index

 o EncoderOutputStream(File)
Creates an EncoderOutputStream from a java.io.File

Method Index

 o getCanonicalPath()
Reports canonical path from java.io.File by simply delegating to File object.

Constructors

 o EncoderOutputStream
 public EncoderOutputStream(File file) throws IOException
Creates an EncoderOutputStream from a java.io.File

Parameters:
file - A java.io.File

Methods

 o 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