Bees v0.5.0 API

Uses of Class
bees.core.resource.File

Packages that use File
bees.core The core functionality for Bees, including, capabilities, coroutines, and events. 
bees.core.resource This package holds most of the system provided capabilities. 
 

Uses of File in bees.core
 

Methods in bees.core with parameters of type File
static byte[] ByteArray.fromFile(File file)
          Create a byte array from the contents of the given file.
static void ByteArray.toFile(File file, byte[] bits)
          Write the given byte array to the given file.
 

Uses of File in bees.core.resource
 

Methods in bees.core.resource that return File
 File Directory.file(java.lang.String name, PermissionSet ps, boolean create)
          Reference a file or create a new one contained within this directory.
 File Directory.file(java.lang.String name, PermissionSet ps)
          Reference a file contained within this directory.
 File Directory.file(java.lang.String name)
          Reference a file contained within this directory.
 

Methods in bees.core.resource with parameters of type File
 Logger LoggerFactory.create(File file, LoggerSpec ls, PermissionSet ps, java.lang.String comment)
          Create a new Logger from the given capabilities.
 Logger LoggerFactory.create(File file, LoggerSpec ls)
          Create a new Logger from the given capabilities.
 


Bees v0.5.0 API

This documentation is Copyright (C) 2002 The University of Utah. All Rights Reserved. See the individual source files for distribution terms.
Documentation, software, and mailing lists for Bees v0.5.0 can be found at the Janos Project: http://www.cs.utah.edu/flux/janos/