com.hs.mail.imap.processor.fetch
Class Content
java.lang.Object
com.hs.mail.imap.processor.fetch.Content
public class Content
- extends Object
- Since:
- Mar 8, 2010
- Author:
- Won Chul Doh
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Content
public Content(String name,
ByteBuffer contents)
Content
public Content(String name,
ByteBuffer contents,
long size)
getName
public String getName()
getSize
public long getSize()
getContents
public ByteBuffer getContents()
Copyright © 2011. All Rights Reserved.