Uses of Class
cds.aladin.MyInputStream

Packages that use MyInputStream
cds.aladin   
cds.tools   
cds.vizier   
cds.xml   
 

Uses of MyInputStream in cds.aladin
 

Methods in cds.aladin that return MyInputStream
 MyInputStream Glu.getMyInputStream(java.lang.String uri, boolean withLog)
          Retourne un MyInputStream en fonction d'une URI
 MyInputStream MyInputStream.startRead()
          Dans le cas ou le flux peut etre gzippe, il est necessaire de passer par cette methode pour un eventuel "empilement" de l'objet MyInputStream.
 

Methods in cds.aladin with parameters of type MyInputStream
 void Fits.loadFITS(MyInputStream dis)
          Chargement d'une image FITS
 int Aladin.processFovVOTable(MyInputStream in)
           
 int Aladin.processFovVOTable(MyInputStream in, java.lang.String label, boolean createNewPlane)
          thomas : je ne sais pas bien où mettre cette méthode Traitement d'un document VOTable décrivant un Field of View (MyInputStream.FOV_ONLY)
 void Calque.seekFitsExt(MyInputStream in, int numExt)
          Positionnement un flux au début d'une extension FITS particulière
 

Constructors in cds.aladin with parameters of type MyInputStream
FootprintParser(MyInputStream mis, byte[] beginStream)
           
HeaderFits(MyInputStream dis)
          Creation du header.
PlanHealpix(Aladin aladin, java.lang.String file, MyInputStream in)
           
 

Uses of MyInputStream in cds.tools
 

Methods in cds.tools that return MyInputStream
static MyInputStream Util.openStream(java.lang.String u)
          Ouverture d'un MyInputStream avec le User-Agent correspondant à Aladin
static MyInputStream Util.openStream(java.net.URL u)
           
 

Uses of MyInputStream in cds.vizier
 

Methods in cds.vizier that return MyInputStream
 MyInputStream VizieRPanel.getResultStream()
          Return the Catalogs data input stream
 MyInputStream VizieRQuery.getResultStream()
          Return the Catalogs data input stream
 

Uses of MyInputStream in cds.xml
 

Methods in cds.xml with parameters of type MyInputStream
 boolean TableParser.parse(MyInputStream dis)
          Lancement du parsing Soit XML/CSV soit FITS si headerFits!
 boolean XMLParser.parse(MyInputStream dis)
          Launch the XML parsing.
 boolean TableParser.parse(MyInputStream dis, java.lang.String endTag)
          Lancement du parsing
 boolean XMLParser.parse(MyInputStream dis, java.lang.String endTag)
          Lancement du parsing XML pour une sous-section.
 



Copyright © 2009 UDS/CNRS