|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcpdetector.io.ByteOrderMarkDetectorTest
public class ByteOrderMarkDetectorTest
JUnit test for .
ByteOrderMarkDetector
| Constructor Summary | |
|---|---|
ByteOrderMarkDetectorTest()
Defcon. |
|
| Method Summary | |
|---|---|
void |
ucs4_2143order()
Tests detection of UCS-4 unusal octet order (2143 order). |
void |
ucs4_3412order()
Tests detection of UCS-4 unusal octet order (3412 order). |
void |
ucs4bigendian()
Tests detection of UCS-4BE. |
void |
ucs4littleendian()
Tests detection of UCS-4LE. |
void |
utf16bigendian()
Tests detection of UTF-16-BE. |
void |
utf16littleendian()
Tests detection of UTF-16-LE. |
void |
utf8()
Tests detection of UTF-8. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ByteOrderMarkDetectorTest()
| Method Detail |
|---|
public void ucs4bigendian()
throws IOException
UCS-4BE.
IOException - if something bad happens (Charset not on this platform).
public void ucs4littleendian()
throws IOException
UCS-4LE.
IOException - if something bad happens (Charset not on this platform).
public void ucs4_2143order()
throws IOException
UCS-4 unusal octet order (2143 order).
IOException - if something bad happens (Charset not on this platform).
public void ucs4_3412order()
throws IOException
UCS-4 unusal octet order (3412 order).
IOException - if something bad happens (Charset not on this platform).
public void utf16bigendian()
throws IOException
UTF-16-BE.
IOException - if something bad happens (Charset not on this platform).
public void utf16littleendian()
throws IOException
UTF-16-LE.
IOException - if something bad happens (Charset not on this platform).
public void utf8()
throws IOException
UTF-8.
IOException - if something bad happens (Charset not on this platform).
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||