HPInc / jipp

A Java-compatible implementation of IPP
MIT License
153 stars 42 forks source link

IppPacket.write() is deprecated #110

Closed yzzshmily closed 3 years ago

yzzshmily commented 3 years ago

in HttpIppClientTransport.java , request.getPacket().write() is deprecated .

IppInputStream.kt can't find write method, how to do it now ?

GladeDiviney commented 3 years ago

Good point. I'll update the sample code.