public class RawBucket extends XrootdBucket
XrootdBucket_type| Constructor and Description |
|---|
RawBucket(XrootdSecurityProtocol.BucketType type,
byte[] data) |
| Modifier and Type | Method and Description |
|---|---|
static RawBucket |
deserialize(XrootdSecurityProtocol.BucketType type,
org.jboss.netty.buffer.ChannelBuffer buffer) |
byte[] |
getContent() |
int |
getSize() |
void |
serialize(org.jboss.netty.buffer.ChannelBuffer out) |
String |
toString() |
getType, writeIntpublic RawBucket(XrootdSecurityProtocol.BucketType type, byte[] data)
public byte[] getContent()
public static RawBucket deserialize(XrootdSecurityProtocol.BucketType type, org.jboss.netty.buffer.ChannelBuffer buffer)
public void serialize(org.jboss.netty.buffer.ChannelBuffer out)
serialize in class XrootdBucketpublic int getSize()
getSize in class XrootdBucketpublic String toString()
toString in class XrootdBucketCopyright © 2013 dCache.org. All rights reserved.