public class LDS extends Object
Constructor and Description |
---|
LDS() |
Modifier and Type | Method and Description |
---|---|
void |
add(LDSFile file)
Adds a new file.
|
void |
add(short fid,
byte[] bytes) |
void |
add(short fid,
InputStream inputStream,
int length) |
void |
addAll(Collection<? extends LDSFile> files) |
int |
getBytesBuffered(short fid) |
CardAccessFile |
getCardAccessFile() |
COMFile |
getCOMFile() |
CVCAFile |
getCVCAFile() |
List<Short> |
getDataGroupList() |
DG11File |
getDG11File() |
DG12File |
getDG12File() |
DG14File |
getDG14File() |
DG15File |
getDG15File() |
DG1File |
getDG1File() |
DG2File |
getDG2File() |
DG3File |
getDG3File() |
DG4File |
getDG4File() |
DG5File |
getDG5File() |
DG6File |
getDG6File() |
DG7File |
getDG7File() |
LDSFile |
getFile(short fid) |
List<Short> |
getFileList() |
InputStream |
getInputStream(short fid) |
int |
getLength() |
int |
getLength(short fid) |
int |
getPosition() |
SODFile |
getSODFile() |
void |
updateFrom(LDS other) |
public void updateFrom(LDS other)
public int getBytesBuffered(short fid)
public int getLength(short fid)
public int getPosition()
public int getLength()
public void add(short fid, InputStream inputStream, int length) throws IOException
IOException
public void add(short fid, byte[] bytes) throws IOException
IOException
public void addAll(Collection<? extends LDSFile> files)
public void add(LDSFile file)
file
- the new file to addpublic LDSFile getFile(short fid) throws IOException
IOException
public InputStream getInputStream(short fid) throws IOException
IOException
public COMFile getCOMFile() throws IOException
IOException
public SODFile getSODFile() throws IOException
IOException
public DG1File getDG1File() throws IOException
IOException
public DG2File getDG2File() throws IOException
IOException
public DG3File getDG3File() throws IOException
IOException
public DG4File getDG4File() throws IOException
IOException
public DG5File getDG5File() throws IOException
IOException
public DG6File getDG6File() throws IOException
IOException
public DG7File getDG7File() throws IOException
IOException
public DG11File getDG11File() throws IOException
IOException
public DG12File getDG12File() throws IOException
IOException
public DG14File getDG14File() throws IOException
IOException
public DG15File getDG15File() throws IOException
IOException
public CardAccessFile getCardAccessFile() throws IOException
IOException
public CVCAFile getCVCAFile() throws IOException
IOException
Copyright © 2016. All rights reserved.