com.hs.mail.imap.processor.fetch
Class Content

java.lang.Object
  extended by com.hs.mail.imap.processor.fetch.Content

public class Content
extends Object

Since:
Mar 8, 2010
Author:
Won Chul Doh

Constructor Summary
Content(String name, ByteBuffer contents)
           
Content(String name, ByteBuffer contents, long size)
           
 
Method Summary
 ByteBuffer getContents()
           
 String getName()
           
 long getSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Content

public Content(String name,
               ByteBuffer contents)

Content

public Content(String name,
               ByteBuffer contents,
               long size)
Method Detail

getName

public String getName()

getSize

public long getSize()

getContents

public ByteBuffer getContents()


Copyright © 2011. All Rights Reserved.