org.apache.yoko.orb.OB
Class CodeConverterBase
java.lang.Object
org.apache.yoko.orb.OB.CodeConverterBase
public abstract class CodeConverterBase
- extends Object
from_
protected CodeSetInfo from_
to_
protected CodeSetInfo to_
equals
public final boolean equals(Object obj)
- Overrides:
equals
in class Object
hashCode
public final int hashCode()
- Overrides:
hashCode
in class Object
read_char
public final char read_char(InputStream in)
throws DATA_CONVERSION
- Throws:
DATA_CONVERSION
read_wchar
public char read_wchar(InputStream in,
int len)
throws DATA_CONVERSION
- Throws:
DATA_CONVERSION
write_char
public void write_char(OutputStream out,
char v)
throws DATA_CONVERSION
- Throws:
DATA_CONVERSION
write_wchar
public void write_wchar(OutputStream out,
char v)
throws DATA_CONVERSION
- Throws:
DATA_CONVERSION
read_count_wchar
public int read_count_wchar(char v)
write_count_wchar
public int write_count_wchar(char v)
readerRequired
public final boolean readerRequired()
writerRequired
public final boolean writerRequired()
getFrom
public final CodeSetInfo getFrom()
getTo
public final CodeSetInfo getTo()
set_reader_flags
public final void set_reader_flags(int flags)
set_writer_flags
public final void set_writer_flags(int flags)
conversionRequired
public abstract boolean conversionRequired()
convert
public abstract char convert(char value)
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.