|
JavaTM Platform Standard Ed. 6 |
|||||||||
앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 |
java.lang.Objectjavax.xml.bind.annotation.adapters.XmlAdapter <String , byte[]>
javax.xml.bind.annotation.adapters.HexBinaryAdapter
public final class HexBinaryAdapter
xs:hexBinary 용 XmlAdapter
이 XmlAdapter
는,byte[] 를 XML 의 hexBinary 표현에 바인드 합니다.
생성자 의 개요 | |
---|---|
HexBinaryAdapter ()
|
메소드의 개요 | |
---|---|
String |
marshal (byte[] bytes)
바운드형을 치 형으로 변환합니다. |
byte[] |
unmarshal (String s)
치 형을 바운드형으로 변환합니다. |
클래스 java.lang. Object 로부터 상속된 메소드 |
---|
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait |
생성자 의 상세 |
---|
public HexBinaryAdapter()
메소드의 상세 |
---|
public byte[] unmarshal(String s)
XmlAdapter
의 기술:
XmlAdapter <String , byte[]>
내의 unmarshal
s
- 변환하는 값. null 도 가능public String marshal(byte[] bytes)
XmlAdapter
의 기술:
XmlAdapter <String , byte[]>
내의 marshal
bytes
- 변환하는 값. null 도 가능
|
JavaTM Platform Standard Ed. 6 |
|||||||||
앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 |
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.