org.archive.io
Interface UTF8Bytes

All Known Implementing Classes:
ANVLRecord, ANVLRecords

public interface UTF8Bytes

Marker Interface for instances that can be serialized as UTF8 bytes. TODO: Do we need a UTF8Stream Marker Interface?

Version:
$Date: 2006-07-28 05:02:57 +0000 (Fri, 28 Jul 2006) $ $Version$
Author:
stack

Field Summary
static java.lang.String UTF8
           
 
Method Summary
 byte[] getUTF8Bytes()
           
 

Field Detail

UTF8

static final java.lang.String UTF8
See Also:
Constant Field Values
Method Detail

getUTF8Bytes

byte[] getUTF8Bytes()
                    throws java.io.UnsupportedEncodingException
Returns:
Instance as UTF-8 bytes.
Throws:
java.io.UnsupportedEncodingException


Copyright © 2003-2011 Internet Archive. All Rights Reserved.