ImageGear for Java
fileStream Method
- the system-dependent file name
- either "r" for reading only or "rw" for reading and writing
Creates a stream with the file "backing" specified by fileName.

If it is created for writing and the file does not exist, this call will try to create one.

Syntax
public static ImGearStream fileStream( 
   java.lang.String fileName,
   java.lang.String rw
)

Parameters

fileName
- the system-dependent file name
rw
- either "r" for reading only or "rw" for reading and writing

Return Value

an ImGearStream instance.
See Also

Reference

ImGearStreams Class
ImGearStreams Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback