Methods
Method |
Description |
com.hp.jipp.encoding.read(IppInputStream,DelimiterTag)
|
Read an entire attribute group if available in the input stream. |
java.io.readLine()
|
|
com.hp.jipp.encoding.extend(DelimiterTag,Function1)
|
Look up or create a group for tag and populate it with func. |
com.hp.jipp.encoding.parse(InputStream)
|
|
com.hp.jipp.encoding.read(InputStream)
|
|
com.hp.jipp.encoding.write(OutputStream)
|
Write this packet to the OutputStream as per RFC2910. |
com.hp.jipp.encoding.addAll(Integer,List)
|
|
com.hp.jipp.encoding.addAll(Iterable)
|
Add attributes to this group. |
com.hp.jipp.encoding.add(Integer,Attribute)
|
|
com.hp.jipp.encoding.add(Attribute)
|
Add attributes to this group. |
com.hp.jipp.encoding.add(Array)
|
Add attributes to this group. |
com.hp.jipp.encoding.attr(List)
|
Add a list of attributes to append or replace in the current context. |
com.hp.jipp.encoding.attr(Array)
|
Add one or more attributes to be appended or replaced in the current context. |
com.hp.jipp.encoding.attr(AttributeType,T)
|
Add or replace an attribute having one value to the group. |
com.hp.jipp.encoding.attr(AttributeSetType,T,Array)
|
Add or replace an attribute having one or more values to the group. |
com.hp.jipp.encoding.attr(NameType,String)
|
Add or replace an attribute having one value to the group. |
com.hp.jipp.encoding.attr(NameType.Set,String,Array)
|
Add or replace an attribute to the group having one or more values. |
com.hp.jipp.encoding.attr(TextType,String)
|
Add or replace an attribute having one value to the group. |
com.hp.jipp.encoding.attr(TextType.Set,String,Array)
|
Add or replace an attribute to the group having one or more values. |