Instance Method
read()readread
Declaration
func read() -> IntDeclaration
- (NSInteger) read;Declaration
read() -> intReturn Value
The character read, or -1 if the end of the stream has been reached
Discussion
Read a single character
Instance Method
func read() -> Int- (NSInteger) read;read() -> intThe character read, or -1 if the end of the stream has been reached
Read a single character