# `TDReader read`

*Instance Method*

## Declaration

```swift
func read() -> Int
```

```objc
- (NSInteger) read;
```

```python
read() -> int
```

## Return Value

The character read, or -1 if the end of the stream has been reached

## Discussion

Read a single character

