omadawn / njord

Java iRule Editor
2 stars 1 forks source link

Figure out how to implement write(int) in NjordOutputStream #37

Closed omadawn closed 12 years ago

omadawn commented 12 years ago

It's a required inherited method but I'm only implementing write(String) for now

omadawn commented 12 years ago

Done