OpenSplice Java FACE API
v6.x
OpenSplice Future Airborne Capability Environment (FACE) Java API
Streamable.java
Go to the documentation of this file.
1
// Product produced under DoD SENSIAC contract HC104705D4000 under
2
// the sponsorship of the Defense Technical Information Center,
3
// ATTN: DTIC-AI, 8723 John J. Kingman Rd., Ste 0944, Fort Belvoir, VA
4
// 22060-6218. SENSIAC is a DoD Information Analysis Center Sponsored
5
// by the Defense Technical Information Center.
6
//
7
// HANDLING AND DESTRUCTION NOTICE - Comply with distribution statement
8
// and destroy by any method that will prevent disclosure of
9
// contents or reconstruction of the document.
10
11
package
us.opengroup.FACE.portable;
12
13
public
interface
Streamable
{
14
15
void
_read
(
us
.
opengroup
.
FACE
.
portable
.
InputStream
is);
16
void
_write
(
us
.
opengroup
.
FACE
.
portable
.
OutputStream
os);
17
us
.
opengroup
.
FACE
.
TypeCode
_type
();
18
}
us.opengroup.FACE.portable.Streamable._type
us.opengroup.FACE.TypeCode _type()
us
us.opengroup.FACE.portable.Streamable
Definition:
Streamable.java:13
us.opengroup.FACE.portable.OutputStream
Definition:
OutputStream.java:13
us.opengroup.FACE
Definition:
Any.java:11
us.opengroup.FACE.TypeCode
Definition:
TypeCode.java:8
us.opengroup.FACE.portable
Definition:
BoxedValueHelper.java:11
us.opengroup.FACE.portable.Streamable._read
void _read(us.opengroup.FACE.portable.InputStream is)
us.opengroup
us.opengroup.FACE.portable.Streamable._write
void _write(us.opengroup.FACE.portable.OutputStream os)
us.opengroup.FACE.portable.InputStream
Definition:
InputStream.java:13
face
java
code
us
opengroup
FACE
portable
Streamable.java
Generated by
1.8.13