javax.jnlp
Interface FileContents
public interface FileContents
getName
String getName()
throws IOException
- Throws:
IOException
getInputStream
InputStream getInputStream()
throws IOException
- Throws:
IOException
getOutputStream
OutputStream getOutputStream(boolean overwrite)
throws IOException
- Throws:
IOException
getLength
long getLength()
throws IOException
- Throws:
IOException
canRead
boolean canRead()
throws IOException
- Throws:
IOException
canWrite
boolean canWrite()
throws IOException
- Throws:
IOException
getRandomAccessFile
JNLPRandomAccessFile getRandomAccessFile(String mode)
throws IOException
- Throws:
IOException
getMaxLength
long getMaxLength()
throws IOException
- Throws:
IOException
setMaxLength
long setMaxLength(long maxlength)
throws IOException
- Throws:
IOException
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2015 aicas GmbH. All Rights Reserved.