File
Doc
Category
Size
Date
Package
BytesValue.java
API Doc
Example
519
Thu Jun 28 16:14:16 BST 2001
com.ora.jsp.sql.value
BytesValue
java.lang.Object
com.ora.jsp.sql.Value
public class BytesValue extends com.ora.jsp.sql.Value
This class represents a byte[] value used by the SQL tags.
author
Hans Bergsten, Gefion software
version
1.0
Fields Summary
private byte[]
value
Constructors Summary
public BytesValue
(
byte
[] value)
this.value = value;
Methods Summary
public
byte
[]
getBytes
()
return value;
public
java.lang.String
getString
()
return new String(value);
Java Code Source