org.brains2b.coffee.plugin.nzb
Interface NzbContent

All Known Implementing Classes:
NzbArticle, NzbDocument, NzbFile

public interface NzbContent

[Short description] [Long description]

Version:
[version] [lastrevisiondate]
Author:
dennis@brains2b.nl

Method Summary
 int getSize()
           
 java.lang.String getSubject()
           
 int getType()
           
 boolean isComplete()
           
 boolean isFailed()
           
 boolean isPaused()
           
 void setPaused(boolean b)
           
 void writeMessage(org.brains2b.saxo.SAXWriter sw)
           
 

Method Detail

getSubject

java.lang.String getSubject()

getType

int getType()

isComplete

boolean isComplete()

isFailed

boolean isFailed()

isPaused

boolean isPaused()

setPaused

void setPaused(boolean b)

getSize

int getSize()

writeMessage

void writeMessage(org.brains2b.saxo.SAXWriter sw)
                  throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException