Uses of Class
org.isam.exehda.services.AvuService.AvuDescriptor

Packages that use AvuService.AvuDescriptor
org.isam.exehda.services   
 

Uses of AvuService.AvuDescriptor in org.isam.exehda.services
 

Methods in org.isam.exehda.services that return AvuService.AvuDescriptor
 AvuService.AvuDescriptor AvuService.open(java.lang.String avuURL, int modeFlags)
          Operation
 

Methods in org.isam.exehda.services with parameters of type AvuService.AvuDescriptor
 void AvuService.close(AvuService.AvuDescriptor desc)
          Operation
 byte[] AvuService.read(AvuService.AvuDescriptor desc, byte[] buff, int offs, int len)
          Operation
 int AvuService.write(AvuService.AvuDescriptor desc, byte[] buff, int offs, int len)
          Operation
 void AvuService.seek(AvuService.AvuDescriptor desc, long pos)
          Operation