blob: ce5f6f2b060bdabe2b807596fd75eafb1e220dd2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
// **********************************************************************
//
// Copyright (c) 2001
// Mutable Realms, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
//
// **********************************************************************
package Ice;
public final class ByteHolder
{
public byte value;
}
|