public abstract class FileSystemCardService
extends net.sf.scuba.smartcards.CardService
Constructor and Description |
---|
FileSystemCardService() |
Modifier and Type | Method and Description |
---|---|
abstract net.sf.scuba.smartcards.CardFileInputStream |
getInputStream(short fid)
Deprecated.
Use the other method with explicit max block size
|
abstract net.sf.scuba.smartcards.CardFileInputStream |
getInputStream(short fid,
int maxBlockSize)
Returns an input stream to access the file indicated by the file identifier.
|
@Deprecated public abstract net.sf.scuba.smartcards.CardFileInputStream getInputStream(short fid) throws net.sf.scuba.smartcards.CardServiceException
fid
- the file identifiernet.sf.scuba.smartcards.CardServiceException
- on error creating the streampublic abstract net.sf.scuba.smartcards.CardFileInputStream getInputStream(short fid, int maxBlockSize) throws net.sf.scuba.smartcards.CardServiceException
fid
- the file identifiermaxBlockSize
- maximum block size to use for read binariesnet.sf.scuba.smartcards.CardServiceException
- on error creating the streamCopyright © 2024. All rights reserved.