|
SAP NetWeaver 7.40 SP 06 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.netweaver.kmc.expimp.ArchivePart
public class ArchivePart
Represents parts of a generated archive (KM content module) that contains the exported KM
content.
Due to size restrictions, this archive may be split up into several parts. These parts are
numbered starting at zero.
Copyright 2007 SAP AG
| Constructor Summary | |
|---|---|
ArchivePart(String name,
int partNo,
File file)
Constructs a new archive part. |
|
| Method Summary | |
|---|---|
InputStream |
getContent()
Returns the content of this archive part. |
File |
getFile()
Returns the file containing this archive part. |
String |
getName()
Returns the name of this archive part. |
int |
getPartNumber()
Returns the number of this archive part. |
long |
getSize()
Returns the size of this archive part. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ArchivePart(String name,
int partNo,
File file)
name - the name of the partpartNo - the number of the part (starting at zero)file - the file containing the part's content| Method Detail |
|---|
public String getName()
public int getPartNumber()
public long getSize()
public File getFile()
public InputStream getContent()
throws IOException
IOException - on error| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-CM
|
[sap.com] tc/km/frwk
|
api
|
EP-KM-CM
|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
|
SAP NetWeaver 7.40 SP 06 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||