Flash Media Server |
|||
| Server-Side ActionScript Language Reference > Server-Side ActionScript Language Reference > File class > File.readByte() | |||
Flash Media Server 2.
fileObject.readByte()
A number; either a positive integer or -1.
Method; reads the next byte from the file and returns the numeric value of the next byte or -1 if the operation fails. The operation fails if file is not opened in binary mode.
File.read(), File.readAll(), File.readln()