org.neuclear.commons.crypto.channels
Class Base32EncodingChannel

java.lang.Object
  extended by org.neuclear.commons.crypto.channels.AbstractCryptoChannel
      extended by org.neuclear.commons.crypto.channels.AbstractEncodingChannel
          extended by org.neuclear.commons.crypto.channels.Base32EncodingChannel
All Implemented Interfaces:
java.io.Closeable, java.nio.channels.Channel, java.nio.channels.WritableByteChannel

public class Base32EncodingChannel
extends AbstractEncodingChannel

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

chunk

final byte[] chunk
Constructor Detail

Base32EncodingChannel

public Base32EncodingChannel()
                      throws java.io.IOException
Throws:
java.io.IOException
Method Detail

encode

int encode(java.nio.ByteBuffer buffer)
     throws java.io.IOException
Specified by:
encode in class AbstractEncodingChannel
Throws:
java.io.IOException


Copyright © 2003-2004 Antilles Software Ventures SA. All Rights Reserved.