Package javax.jnlp
Interface FileContents
public interface FileContents
-
Method Summary
Modifier and TypeMethodDescriptionboolean
canRead()
boolean
canWrite()
long
long
getName()
getOutputStream
(boolean overwrite) getRandomAccessFile
(String mode) long
setMaxLength
(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
-