Package javax.jnlp
Interface FileContents
public interface FileContents
-
Method Summary
Modifier and TypeMethodDescriptionbooleancanRead()booleancanWrite()longlonggetName()getOutputStream(boolean overwrite) getRandomAccessFile(String mode) longsetMaxLength(long maxlength)
-
Method Details
-
getName
- Throws:
IOException
-
getInputStream
- Throws:
IOException
-
getOutputStream
- Throws:
IOException
-
getLength
- Throws:
IOException
-
canRead
- Throws:
IOException
-
canWrite
- Throws:
IOException
-
getRandomAccessFile
- Throws:
IOException
-
getMaxLength
- Throws:
IOException
-
setMaxLength
- Throws:
IOException
-