Added missing class description of ByteIterator
This commit is contained in:
parent
5d08cd0b92
commit
18e5b625f4
1 changed files with 4 additions and 0 deletions
|
|
@ -352,6 +352,10 @@ object ByteIterator {
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* An iterator over a ByteString.
|
||||
*/
|
||||
|
||||
abstract class ByteIterator extends BufferedIterator[Byte] {
|
||||
def isIdenticalTo(that: Iterator[Byte]): Boolean
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue