|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectccs.cpc.VDevice
ccs.cpc.impl.ArchVDevice
ccs.cpc.impl.CDBVDevice
public class CDBVDevice
A "CDB" VDevice - an Archive which is registered with Checkpoint.
| Field Summary |
|---|
| Fields inherited from class ccs.cpc.impl.ArchVDevice |
|---|
bt, name, shortname |
| Constructor Summary | |
|---|---|
CDBVDevice(CpcImpl cpc,
CDBLoadData cld)
|
|
| Method Summary | |
|---|---|
boolean |
isNoCopy()
returns whether copy-protection is enforced on this device. |
protected void |
marshalIDSlug(java.io.DataOutputStream dos)
Every device requires a unique ID. |
| Methods inherited from class ccs.cpc.impl.ArchVDevice |
|---|
getBT, getCPAIffArchive, getCpc, getHost, getName, getRoot, getSeparator, getSeparatorChar, getShortName, getStoredPwdPrefixLength, getVDL, umount |
| Methods inherited from class ccs.cpc.VDevice |
|---|
getCPC, getID, getTitlePrefix, hurl, isReal, isSort |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
CDBVDevice(CpcImpl cpc,
CDBLoadData cld)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public boolean isNoCopy()
VDevice
isNoCopy in class VDevice
protected void marshalIDSlug(java.io.DataOutputStream dos)
throws java.io.IOException
VDevice
marshalIDSlug in class ArchVDevicedos - The stream to marshal this lot onto. You should only
send as much as you need to identify the device - say, a few hundred
bytes, tops.
java.io.IOException - if the stream blows up - this shouldn't happen.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||