public class IppTag extends Object
This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details. You should have
received a copy of the GNU Lesser General Public License along with this
program; if not, see
| Constructor and Description |
|---|
IppTag() |
public static ByteBuffer getOperation(ByteBuffer ippBuf, short operation) throws UnsupportedEncodingException
ippBuf - operation - UnsupportedEncodingExceptionpublic static ByteBuffer getOperation(ByteBuffer ippBuf, short operation, String charset, String naturalLanguage) throws UnsupportedEncodingException
ippBuf - operation - charset - naturalLanguage - UnsupportedEncodingExceptionpublic static ByteBuffer getOperationAttributesTag(ByteBuffer ippBuf)
ippBuf - public static ByteBuffer getJobAttributesTag(ByteBuffer ippBuf)
ippBuf - public static ByteBuffer getSubscriptionAttributesTag(ByteBuffer ippBuf)
ippBuf - public static ByteBuffer getEventNotificationAttributesTag(ByteBuffer ippBuf)
ippBuf - public static ByteBuffer getUnsupportedAttributesTag(ByteBuffer ippBuf)
ippBuf - public static ByteBuffer getPrinterAttributesTag(ByteBuffer ippBuf)
ippBuf - public static ByteBuffer getCharset(ByteBuffer ippBuf) throws UnsupportedEncodingException
ippBuf - UnsupportedEncodingExceptionpublic static ByteBuffer getCharset(ByteBuffer ippBuf, String attributeName) throws UnsupportedEncodingException
ippBuf - attributeName - UnsupportedEncodingExceptionpublic static ByteBuffer getCharset(ByteBuffer ippBuf, String attributeName, String value) throws UnsupportedEncodingException
ippBuf - attributeName - value - UnsupportedEncodingExceptionpublic static ByteBuffer getNaturalLanguage(ByteBuffer ippBuf) throws UnsupportedEncodingException
ippBuf - UnsupportedEncodingExceptionpublic static ByteBuffer getNaturalLanguage(ByteBuffer ippBuf, String attributeName) throws UnsupportedEncodingException
ippBuf - attributeName - UnsupportedEncodingExceptionpublic static ByteBuffer getNaturalLanguage(ByteBuffer ippBuf, String attributeName, String value) throws UnsupportedEncodingException
ippBuf - attributeName - value - UnsupportedEncodingExceptionpublic static ByteBuffer getUri(ByteBuffer ippBuf) throws UnsupportedEncodingException
ippBuf - UnsupportedEncodingExceptionpublic static ByteBuffer getUri(ByteBuffer ippBuf, String attributeName) throws UnsupportedEncodingException
ippBuf - attributeName - UnsupportedEncodingExceptionpublic static ByteBuffer getUri(ByteBuffer ippBuf, String attributeName, String value) throws UnsupportedEncodingException
ippBuf - attributeName - value - UnsupportedEncodingExceptionpublic static ByteBuffer getUriScheme(ByteBuffer ippBuf) throws UnsupportedEncodingException
ippBuf - UnsupportedEncodingExceptionpublic static ByteBuffer getUriScheme(ByteBuffer ippBuf, String attributeName) throws UnsupportedEncodingException
ippBuf - attributeName - UnsupportedEncodingExceptionpublic static ByteBuffer getUriScheme(ByteBuffer ippBuf, String attributeName, String value) throws UnsupportedEncodingException
ippBuf - attributeName - value - UnsupportedEncodingExceptionpublic static ByteBuffer getNameWithoutLanguage(ByteBuffer ippBuf, String attributeName, String value) throws UnsupportedEncodingException
ippBuf - attributeName - value - UnsupportedEncodingExceptionpublic static ByteBuffer getTextWithoutLanguage(ByteBuffer ippBuf, String attributeName, String value) throws UnsupportedEncodingException
ippBuf - attributeName - value - UnsupportedEncodingExceptionpublic static ByteBuffer getInteger(ByteBuffer ippBuf) throws UnsupportedEncodingException
ippBuf - UnsupportedEncodingExceptionpublic static ByteBuffer getInteger(ByteBuffer ippBuf, String attributeName) throws UnsupportedEncodingException
ippBuf - attributeName - UnsupportedEncodingExceptionpublic static ByteBuffer getInteger(ByteBuffer ippBuf, String attributeName, int value) throws UnsupportedEncodingException
ippBuf - attributeName - value - UnsupportedEncodingExceptionpublic static ByteBuffer getBoolean(ByteBuffer ippBuf) throws UnsupportedEncodingException
ippBuf - UnsupportedEncodingExceptionpublic static ByteBuffer getBoolean(ByteBuffer ippBuf, String attributeName) throws UnsupportedEncodingException
ippBuf - attributeName - UnsupportedEncodingExceptionpublic static ByteBuffer getBoolean(ByteBuffer ippBuf, String attributeName, boolean value) throws UnsupportedEncodingException
ippBuf - attributeName - value - UnsupportedEncodingExceptionpublic static ByteBuffer getEnum(ByteBuffer ippBuf) throws UnsupportedEncodingException
ippBuf - UnsupportedEncodingExceptionpublic static ByteBuffer getEnum(ByteBuffer ippBuf, String attributeName) throws UnsupportedEncodingException
ippBuf - attributeName - UnsupportedEncodingExceptionpublic static ByteBuffer getEnum(ByteBuffer ippBuf, String attributeName, int value) throws UnsupportedEncodingException
ippBuf - attributeName - value - UnsupportedEncodingExceptionpublic static ByteBuffer getResolution(ByteBuffer ippBuf) throws UnsupportedEncodingException
ippBuf - UnsupportedEncodingExceptionpublic static ByteBuffer getResolution(ByteBuffer ippBuf, String attributeName) throws UnsupportedEncodingException
ippBuf - attributeName - UnsupportedEncodingExceptionpublic static ByteBuffer getResolution(ByteBuffer ippBuf, String attributeName, int value1, int value2, byte value3) throws UnsupportedEncodingException
ippBuf - attributeName - value1 - value2 - value3 - UnsupportedEncodingExceptionpublic static ByteBuffer getRangeOfInteger(ByteBuffer ippBuf) throws UnsupportedEncodingException
ippBuf - UnsupportedEncodingExceptionpublic static ByteBuffer getRangeOfInteger(ByteBuffer ippBuf, String attributeName) throws UnsupportedEncodingException
ippBuf - attributeName - UnsupportedEncodingExceptionpublic static ByteBuffer getRangeOfInteger(ByteBuffer ippBuf, String attributeName, int value1, int value2) throws UnsupportedEncodingException
ippBuf - attributeName - value1 - value2 - UnsupportedEncodingExceptionpublic static ByteBuffer getMimeMediaType(ByteBuffer ippBuf) throws UnsupportedEncodingException
ippBuf - UnsupportedEncodingExceptionpublic static ByteBuffer getMimeMediaType(ByteBuffer ippBuf, String attributeName) throws UnsupportedEncodingException
ippBuf - attributeName - UnsupportedEncodingExceptionpublic static ByteBuffer getMimeMediaType(ByteBuffer ippBuf, String attributeName, String value) throws UnsupportedEncodingException
ippBuf - attributeName - value - UnsupportedEncodingExceptionpublic static ByteBuffer getKeyword(ByteBuffer ippBuf) throws UnsupportedEncodingException
ippBuf - UnsupportedEncodingExceptionpublic static ByteBuffer getKeyword(ByteBuffer ippBuf, String attributeName) throws UnsupportedEncodingException
ippBuf - attributeName - UnsupportedEncodingExceptionpublic static ByteBuffer getKeyword(ByteBuffer ippBuf, String attributeName, String value) throws UnsupportedEncodingException
ippBuf - attributeName - value - UnsupportedEncodingExceptionpublic static ByteBuffer getEnd(ByteBuffer ippBuf)
ippBuf - Copyright © 2016. All rights reserved.