Microsoft.Xna.Framework
Class TitleContainer

java.lang.Object
  extended by Microsoft.Xna.Framework.TitleContainer

public class TitleContainer
extends java.lang.Object

Provides file stream access to the title's default storage location.

Author:
Halofreak1990

Constructor Summary
TitleContainer()
           
 
Method Summary
static java.io.FileInputStream OpenStream(java.lang.String name)
          Provides file stream access to the title's default storage location.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TitleContainer

public TitleContainer()
Method Detail

OpenStream

public static java.io.FileInputStream OpenStream(java.lang.String name)
                                          throws java.io.FileNotFoundException
Provides file stream access to the title's default storage location.

Throws:
java.io.FileNotFoundException