org.iges.grads.server.dap
Interface GradsServerMethods
- All Known Implementing Classes:
- GradsSequence
- public interface GradsServerMethods
A holdover from the previous GDS version.
Last modified: $Date: 2002/04/24 21:49:17 $
Revision for this file: $Revision: 1.1.1.1 $
Release name: $Name: $
Original for this file: $Source: /var/homes/cvs/gds/src/org/iges/grads/server/dap/GradsServerMethods.java,v $
|
Method Summary |
void |
serialize(java.lang.String datasetName,
java.io.DataOutputStream sink,
CEEvaluator ce,
java.lang.Object specialO,
boolean useASCII)
Works similarly to the serialize() method in the
dods.dap.Server.ServerMethods interface, but can send
either ASCII data or a binary stream. |
serialize
public void serialize(java.lang.String datasetName,
java.io.DataOutputStream sink,
CEEvaluator ce,
java.lang.Object specialO,
boolean useASCII)
throws AnagramException
- Works similarly to the serialize() method in the
dods.dap.Server.ServerMethods interface, but can send
either ASCII data or a binary stream.
AnagramException