|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.neuclear.commons.crypto.channels.AbstractCryptoChannel
org.neuclear.commons.crypto.channels.AbstractEncodingChannel
org.neuclear.commons.crypto.channels.Base32EncodingChannel
public class Base32EncodingChannel
Created by IntelliJ IDEA. User: pelleb Date: Mar 8, 2004 Time: 11:38:48 AM To change this template use File | Settings | File Templates.
| Field Summary | |
|---|---|
(package private) byte[] |
chunk
|
| Fields inherited from class org.neuclear.commons.crypto.channels.AbstractCryptoChannel |
|---|
closed |
| Constructor Summary | |
|---|---|
Base32EncodingChannel()
|
|
| Method Summary | |
|---|---|
(package private) int |
encode(java.nio.ByteBuffer buffer)
|
| Methods inherited from class org.neuclear.commons.crypto.channels.AbstractEncodingChannel |
|---|
write |
| Methods inherited from class org.neuclear.commons.crypto.channels.AbstractCryptoChannel |
|---|
close, isOpen, pipe, pipe, source, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
final byte[] chunk
| Constructor Detail |
|---|
public Base32EncodingChannel()
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
int encode(java.nio.ByteBuffer buffer)
throws java.io.IOException
encode in class AbstractEncodingChanneljava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||