jAER project on SourceForge

Uses of Class
net.sf.jaer.eventio.AEFileInputStream

Packages that use AEFileInputStream
ch.unizh.ini.jaer.projects.stereo3D Steroopsis using binocular pair of DVS silicon retinas. 
net.sf.jaer Classes related to USB2 AER interface, ipot on-chip programmable bias generators. 
net.sf.jaer.chip Classes related to CAVIAR retina. 
net.sf.jaer.eventio Address-Event IO. 
net.sf.jaer.graphics Rendering and diplaying address-events. 
 

Uses of AEFileInputStream in ch.unizh.ini.jaer.projects.stereo3D
 

Methods in ch.unizh.ini.jaer.projects.stereo3D that return AEFileInputStream
 AEFileInputStream AE3DFileInputStream.copy()
          copies out the part of the stream from IN to OUT markers and returns it as a new AEInputStream
 AEFileInputStream AE3DFileInputStream.cut()
          cuts out the part of the stream from IN to OUT and returns it as a new AEInputStream
 

Methods in ch.unizh.ini.jaer.projects.stereo3D with parameters of type AEFileInputStream
 void AE3DFileInputStream.paste(AEFileInputStream in)
          pastes the in stream at the IN marker into this stream
 

Uses of AEFileInputStream in net.sf.jaer
 

Methods in net.sf.jaer that return AEFileInputStream
 AEFileInputStream JAERViewer.SyncPlayer.getAEInputStream()
          always returns null, bince this is a sync player for multiple viewers
 

Methods in net.sf.jaer with parameters of type AEFileInputStream
 long JAERViewer.SyncPlayer.size(AEFileInputStream stream)
           
 

Uses of AEFileInputStream in net.sf.jaer.chip
 

Fields in net.sf.jaer.chip declared as AEFileInputStream
protected  AEFileInputStream AEChip.aeInputStream
           
 

Methods in net.sf.jaer.chip that return AEFileInputStream
 AEFileInputStream AEChip.getAeInputStream()
           
 

Methods in net.sf.jaer.chip with parameters of type AEFileInputStream
 void AEChip.setAeInputStream(AEFileInputStream aeInputStream)
          Sets the file input stream and notifies Observers with the new AEFileInputStream.
 

Uses of AEFileInputStream in net.sf.jaer.eventio
 

Methods in net.sf.jaer.eventio that return AEFileInputStream
 AEFileInputStream AEFileInputStream.copy()
          copies out the part of the stream from IN to OUT markers and returns it as a new AEInputStream
 AEFileInputStream AEFileInputStream.cut()
          cuts out the part of the stream from IN to OUT and returns it as a new AEInputStream
 

Methods in net.sf.jaer.eventio with parameters of type AEFileInputStream
 void AEFileInputStream.paste(AEFileInputStream in)
          pastes the in stream at the IN marker into this stream
 

Uses of AEFileInputStream in net.sf.jaer.graphics
 

Methods in net.sf.jaer.graphics that return AEFileInputStream
 AEFileInputStream AEPlayerInterface.getAEInputStream()
           
 AEFileInputStream AEViewer.AEPlayer.getAEInputStream()
           
 


jAER project on SourceForge