| Modifier and Type | Class and Description |
|---|---|
class |
Buffer
A collection of bytes in memory.
|
| Modifier and Type | Method and Description |
|---|---|
static BufferedSource |
Okio.buffer(Source source)
Returns a new source that buffers reads from
source. |
BufferedSource |
BufferedSource.peek()
Returns a new
BufferedSource that can read data from this BufferedSource
without consuming it. |
BufferedSource |
Buffer.peek() |
Copyright © 2019. All Rights Reserved.