antlr.build

Class StreamScarfer

class StreamScarfer extends Thread

Adapted from JavaWorld article by Michael Daconta
Field Summary
InputStreamis
Tooltool
Stringtype
Constructor Summary
StreamScarfer(InputStream is, String type, Tool tool)
Method Summary
voidrun()

Field Detail

is

InputStream is

tool

Tool tool

type

String type

Constructor Detail

StreamScarfer

StreamScarfer(InputStream is, String type, Tool tool)

Method Detail

run

public void run()