railo.runtime.functions.file
Class FileStreamWrapperWrite
java.lang.Object
railo.runtime.type.util.StructSupport
railo.runtime.functions.file.FileStreamWrapper
railo.runtime.functions.file.FileStreamWrapperWrite
- All Implemented Interfaces:
- Serializable, Cloneable, Map, Dumpable, Castable, Collection, Iteratorable, Sizeable, Struct
public class FileStreamWrapperWrite
- 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, getSize, getStatus, info, isEndOfFile, keyIterator, keys, keysAsString, read, readLine, remove, removeEL, set, setEL, setStatus, size, toDumpData, toString, values |
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 |
FileStreamWrapperWrite
public FileStreamWrapperWrite(Resource res,
String charset,
boolean append,
boolean seekable)
write
public void write(Object obj)
throws IOException
- Overrides:
write
in class FileStreamWrapper
- Throws:
IOException
- See Also:
FileStreamWrapper.write(java.lang.Object)
close
public void close()
throws IOException
- Specified by:
close
in class FileStreamWrapper
- Throws:
IOException
getMode
public String getMode()
- Specified by:
getMode
in class FileStreamWrapper
- See Also:
FileStreamWrapper.getMode()
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
writeToRAF
public static void writeToRAF(InputStream is,
RandomAccessFile raf)
throws IOException
- Throws:
IOException
Copyright © 2012 Railo