aicas logoJamaica 6.4 release 1

javax.jnlp
Interface FileContents


public interface FileContents


Method Summary
 boolean canRead()
           
 boolean canWrite()
           
 InputStream getInputStream()
           
 long getLength()
           
 long getMaxLength()
           
 String getName()
           
 OutputStream getOutputStream(boolean overwrite)
           
 JNLPRandomAccessFile getRandomAccessFile(String mode)
           
 long setMaxLength(long maxlength)
           
 

Method Detail

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 logoJamaica 6.4 release 1

aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2015 aicas GmbH. All Rights Reserved.