当前页面:
在线文档首页 >
JBoss 3.2.7 j2ee API Documentation 英文版文档
ByteArrayHolder (JBoss J2EE API) - JBoss 3.2.7 j2ee API Documentation 英文版文档
javax.xml.rpc.holders
Class ByteArrayHolder
java.lang.Object
javax.xml.rpc.holders.ByteArrayHolder
- All Implemented Interfaces:
- Holder
- public final class ByteArrayHolder
- extends Object
- implements Holder
A holder for byte[]s.
- Version:
- $Revision: 1.4.6.1 $
- Author:
- Scott.Stark@jboss.org
Field Summary |
byte[] |
value
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
public byte[] value
ByteArrayHolder
public ByteArrayHolder()
ByteArrayHolder
public ByteArrayHolder(byte[] value)
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.