public interface HostService
ParallelizableJob running in a secure sandbox.| Modifier and Type | Method and Description |
|---|---|
FileOutputStream |
createFileOutputStream(String path)
Creates a file in the job's working directory.
|
RandomAccessFile |
createRandomAccessFile(String path)
Creates a file in the job's working directory.
|
RandomAccessFile createRandomAccessFile(String path)
path - The path of the file to create, relative to the job's
working directory.RandomAccessFile for the newly created file.IllegalArgumentException - If the path is absolute or refers
to the parent directory ("..").FileOutputStream createFileOutputStream(String path)
path - The path of the file to create, relative to the job's
working directory.FileOutputStream for the newly created file.IllegalArgumentException - If the path is absolute or refers
to the parent directory ("..").Copyright © 2016. All rights reserved.