Groovy JDK

java.io
Class DataInputStream

Method Summary
Iterator iterator()
Standard iterator for a data input stream which iterates through the stream content a byte at a time
 
Method Detail

iterator

public Iterator iterator()
Standard iterator for a data input stream which iterates through the stream content a byte at a time.

Returns:
an Iterator for the DataInputStream

Groovy JDK