WebLogic Integration


com.bea.b2b.protocol.messaging
Class MultipartInputStream.MimeQuotedPrintableDecoder

java.lang.Object
  |
  +--com.bea.b2b.protocol.messaging.MultipartInputStream.MimeQuotedPrintableDecoder

public static class MultipartInputStream.MimeQuotedPrintableDecoder
extends java.lang.Object

Author:
Copyright © 2000, 2001 BEA Systems, Inc. All Rights Reserved.

Constructor Summary
MultipartInputStream.MimeQuotedPrintableDecoder()
           
 
Method Summary
 void eof(ByteBuf out)
          Tell the quoted-printable decoder that no more input data will be forthcoming.
 void translate(ByteBuf in, ByteBuf out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultipartInputStream.MimeQuotedPrintableDecoder

public MultipartInputStream.MimeQuotedPrintableDecoder()
Method Detail

translate

public final void translate(ByteBuf in,
                            ByteBuf out)

eof

public final void eof(ByteBuf out)
Tell the quoted-printable decoder that no more input data will be forthcoming. This may result in output, as a result of flushing the internal buffer. This object must not be used again after calling eof(). If there are bytes in `out' already, the new bytes are appended, so the caller should do `out.setLength(0)' first if that's desired.

WebLogic Integration

WebLogic Integration (WLI)