Uses of Interface
okio.BufferedSource
-
Uses of BufferedSource in okio
Classes in okio that implement BufferedSourceMethods in okio that return BufferedSourceModifier and TypeMethodDescriptionstatic BufferedSource
Returns a new source that buffers reads fromsource
.Buffer.peek()
BufferedSource.peek()
Returns a newBufferedSource
that can read data from thisBufferedSource
without consuming it.