Home > Contents > Index >
Expanded TOC | Accordion TOC | Annotated TOC | Index
Utilities.readByteFile
Reads in the file indicated by the passed file path, and returns the bytes.
Syntax
public static final byte[] readByteFile(String spec)Parameters
spec
- The path and file name of the file to read.
Description
The
readByteFile
method reads in the file indicated by the passed file path, and returns the bytes. The path is internally converted byosSafeSpec()
.Returns
A byte array of the files contents or null.
See Also
Home > Contents > Index > ![]()
FatWire JAVA Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.