/[alph]/alph/doc/alph.rst
ViewVC logotype

Diff of /alph/doc/alph.rst

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by tjl, Mon May 26 08:40:57 2003 UTC revision 1.4 by tjl, Mon May 26 09:24:58 2003 UTC
# Line 167  and can then be used to obtain access to Line 167  and can then be used to obtain access to
167  The file may be temporary, which is why it is important to  The file may be temporary, which is why it is important to
168  explicitly ``close()`` the ``BlockFile`` after use.  explicitly ``close()`` the ``BlockFile`` after use.
169    
170    XXX getBlockInputStream, delegation to Alph?
171    
172  The central media repository class: ``Alph``  The central media repository class: ``Alph``
173  ============================================  ============================================
174    
175  b  Finally, there is a central class ``Alph`` which
176    takes care of finding ScrollBlocks based on URIs,
177    adding files etc.
178    
179    
180    ..  UML:: alph_alph
181    
182        class Alph
183            assoc compos - multi(*) ScrollBlock
184            methods
185                ScrollBlock getScrollBlock(String uri)
186                ScrollBlock addFile(File f, String contentType)
187    
188        class ScrollBlock
189    
190    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26