public abstract class NdrObject extends Object
| Constructor and Description |
|---|
NdrObject() |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(NetworkDataRepresentation ndr,
NdrBuffer src) |
void |
encode(NetworkDataRepresentation ndr,
NdrBuffer dst) |
int |
getOpnum() |
void |
read(NetworkDataRepresentation ndr) |
void |
write(NetworkDataRepresentation ndr) |
public Object value
public int getOpnum()
public void encode(NetworkDataRepresentation ndr, NdrBuffer dst) throws NdrException
NdrExceptionpublic void decode(NetworkDataRepresentation ndr, NdrBuffer src) throws NdrException
NdrExceptionpublic void write(NetworkDataRepresentation ndr)
public void read(NetworkDataRepresentation ndr)
Copyright © 2017 LSST. All rights reserved.