Uses of Class
org.ogf.saga.file.FileOutputStream

Packages that use FileOutputStream
org.ogf.saga.file This package provides classes to manipulate the contents of directories or files. 
 

Uses of FileOutputStream in org.ogf.saga.file
 

Methods in org.ogf.saga.file that return FileOutputStream
static FileOutputStream FileFactory.createFileOutputStream(Session session, URL name)
          Creates a FileOutputStream.
static FileOutputStream FileFactory.createFileOutputStream(Session session, URL name, boolean append)
          Creates a FileOutputStream.
static FileOutputStream FileFactory.createFileOutputStream(String sagaFactoryClassname, Session session, URL name)
          Creates a FileOutputStream.
static FileOutputStream FileFactory.createFileOutputStream(String sagaFactoryClassname, Session session, URL name, boolean append)
          Creates a FileOutputStream.
static FileOutputStream FileFactory.createFileOutputStream(String sagaFactoryClassname, URL name)
          Creates a FileOutputStream using the default session.
static FileOutputStream FileFactory.createFileOutputStream(String sagaFactoryClassname, URL name, boolean append)
          Creates a FileOutputStream using the default session.
static FileOutputStream FileFactory.createFileOutputStream(URL name)
          Creates a FileOutputStream using the default session.
static FileOutputStream FileFactory.createFileOutputStream(URL name, boolean append)
          Creates a FileOutputStream using the default session.
protected abstract  FileOutputStream FileFactory.doCreateFileOutputStream(Session session, URL name, boolean append)
          Creates a FileOutputStream.
 FileOutputStream Directory.openFileOutputStream(URL name)
          Creates a new FileOutputStream instance.
 FileOutputStream Directory.openFileOutputStream(URL name, boolean append)
          Creates a new FileOutputStream instance.
 

Methods in org.ogf.saga.file that return types with arguments of type FileOutputStream
abstract  Task<FileOutputStream,Void> FileOutputStream.close(TaskMode mode)
          Creates a task that closes this stream.
static Task<FileFactory,FileOutputStream> FileFactory.createFileOutputStream(String sagaFactoryClassname, TaskMode mode, Session session, URL name)
          Creates a task that creates a FileOutputStream.
static Task<FileFactory,FileOutputStream> FileFactory.createFileOutputStream(String sagaFactoryClassname, TaskMode mode, Session session, URL name, boolean append)
          Creates a task that creates a FileOutputStream.
static Task<FileFactory,FileOutputStream> FileFactory.createFileOutputStream(String sagaFactoryClassname, TaskMode mode, URL name)
          Creates a task that creates a FileOutputStream using the default session.
static Task<FileFactory,FileOutputStream> FileFactory.createFileOutputStream(String sagaFactoryClassname, TaskMode mode, URL name, boolean append)
          Creates a task that creates a FileOutputStream.
static Task<FileFactory,FileOutputStream> FileFactory.createFileOutputStream(TaskMode mode, Session session, URL name)
          Creates a task that creates a FileOutputStream.
static Task<FileFactory,FileOutputStream> FileFactory.createFileOutputStream(TaskMode mode, Session session, URL name, boolean append)
          Creates a task that creates a FileOutputStream.
static Task<FileFactory,FileOutputStream> FileFactory.createFileOutputStream(TaskMode mode, URL name)
          Creates a task that creates a FileOutputStream using the default session.
static Task<FileFactory,FileOutputStream> FileFactory.createFileOutputStream(TaskMode mode, URL name, boolean append)
          Creates a task that creates a FileOutputStream.
protected abstract  Task<FileFactory,FileOutputStream> FileFactory.doCreateFileOutputStream(TaskMode mode, Session session, URL name, boolean append)
          Creates a task that creates a FileOutputStream.
abstract  Task<FileOutputStream,Void> FileOutputStream.flush(TaskMode mode)
          Creates a task that flushes this stream.
 Task<Directory,FileOutputStream> Directory.openFileOutputStream(TaskMode mode, URL name)
          Creates a task that creates a new FileOutputStream instance.
 Task<Directory,FileOutputStream> Directory.openFileOutputStream(TaskMode mode, URL name, boolean append)
          Creates a task that creates a new FileOutputStream instance.
 Task<FileOutputStream,Void> FileOutputStream.write(TaskMode mode, byte[] buf)
          Creates a task that writes a buffer to this stream.
abstract  Task<FileOutputStream,Void> FileOutputStream.write(TaskMode mode, byte[] buf, int off, int len)
          Creates a task that writes (part of) a buffer to this stream.
abstract  Task<FileOutputStream,Void> FileOutputStream.write(TaskMode mode, int b)
          Creates a task that writes a byte to this stream.
 



Copyright © 2014 Open Grid Forum. All rights reserved.