view dwt/dwthelper/all.d @ 330:f980ea238e72

it is possible for "this.istr" to be null before this method is called, so we should check for it before attempting to close the stream
author Craig Slusher <cslush@gmail.com>
date Mon, 26 Jan 2009 10:46:51 -0500
parents 7cffa1a2985c
children
line wrap: on
line source

module dwt.dwthelper.all;

public import dwt.dwthelper.BufferedInputStream;
public import dwt.dwthelper.ByteArrayInputStream;
public import dwt.dwthelper.ByteArrayOutputStream;
public import dwt.dwthelper.File;
public import dwt.dwthelper.FileInputStream;
public import dwt.dwthelper.FileOutputStream;
public import dwt.dwthelper.InflaterInputStream;
public import dwt.dwthelper.InputStream;
public import dwt.dwthelper.OutputStream;
public import dwt.dwthelper.ResourceBundle;
public import dwt.dwthelper.Runnable;
public import dwt.dwthelper.System;
public import dwt.dwthelper.WeakHashMap;
public import dwt.dwthelper.WeakRef;
public import dwt.dwthelper.XmlTranscode;
public import dwt.dwthelper.utils;