railo.runtime.functions.file
Class FileStreamWrapperReadBinary
java.lang.Object
railo.runtime.type.util.StructSupport
railo.runtime.functions.file.FileStreamWrapper
railo.runtime.functions.file.FileStreamWrapperReadBinary
- All Implemented Interfaces:
- Serializable, Cloneable, Map, Dumpable, Castable, Collection, Iteratorable, Sizeable, Struct
public class FileStreamWrapperReadBinary
- extends FileStreamWrapper
- See Also:
- Serialized Form
Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
Methods inherited from class railo.runtime.functions.file.FileStreamWrapper |
castToBoolean, castToBooleanValue, castToDateTime, castToDateTime, castToDoubleValue, castToDoubleValue, castToString, castToString, clear, compareTo, compareTo, compareTo, compareTo, containsKey, containsValue, duplicate, get, get, getFilename, getFilepath, getLabel, getLastmodified, getMetadata, getResource, getStatus, info, keyIterator, keys, keysAsString, readLine, remove, removeEL, set, setEL, setStatus, size, toDumpData, toString, values, write |
Methods inherited from class railo.runtime.type.util.StructSupport |
clone, containsKey, containsKey, entrySet, equals, get, get, get, invalidKey, isEmpty, iterator, keySet, put, putAll, remove, set, setEL, sizeOf, valueIterator |
FileStreamWrapperReadBinary
public FileStreamWrapperReadBinary(Resource res,
boolean seekable)
- Constructor of the class
- Parameters:
res
- charset
-
- Throws:
IOException
read
public Object read(int len)
throws IOException
- Overrides:
read
in class FileStreamWrapper
- Throws:
IOException
- See Also:
FileStreamWrapper.read(int)
close
public void close()
throws IOException
- Specified by:
close
in class FileStreamWrapper
- Throws:
IOException
- See Also:
FileStreamWrapper.close()
getMode
public String getMode()
- Specified by:
getMode
in class FileStreamWrapper
- See Also:
FileStreamWrapper.getMode()
isEndOfFile
public boolean isEndOfFile()
- Overrides:
isEndOfFile
in class FileStreamWrapper
getSize
public long getSize()
- Overrides:
getSize
in class FileStreamWrapper
- See Also:
FileStreamWrapper.getSize()
skip
public void skip(int len)
throws PageException
- Specified by:
skip
in class FileStreamWrapper
- Throws:
PageException
- See Also:
railo.runtime.functions.file.FileStreamWrapper#skip(long)
seek
public void seek(long pos)
throws PageException
- Specified by:
seek
in class FileStreamWrapper
- Throws:
PageException
Copyright © 2012 Railo