ImageGearJava Project > com.accusoft.imagegear.core Package > ImGearStreams Class : fileStream Method |
"r"
for reading only or "rw"
for reading and writing
fileName
.
If it is created for writing and the file does not exist, this call will try to create one.
public static ImGearStream fileStream( java.lang.String fileName, java.lang.String rw ) |
"r"
for reading only or "rw"
for reading and writing