Package Index
|
Class Index
com.davidluoye.support.app
com.davidluoye.support.binder
com.davidluoye.support.box
com.davidluoye.support.command
com.davidluoye.support.component
com.davidluoye.support.log
com.davidluoye.support.os
com.davidluoye.support.property
com.davidluoye.support.thread
com.davidluoye.support.util
Interfaces
StreamUtils.NameFilter
Classes
BitmapUtil
CloseGuard
EncryptUtils
FileUtil
FixQueue
<T>
LogUtil
OsUtil
Preconditions
QuickClick
Reflect
RWLock
SharedSettings
Singleton
<T>
StaticSharedSettings
StopWatch
StreamUtils
StringUtil
Package Index
|
Class Index
Summary:
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public class
CloseGuard
extends Object
java.lang.Object
↳
com.davidluoye.support.util.CloseGuard
Summary
Public Constructors
CloseGuard
()
Public Methods
void
close
()
void
open
(String closer)
void
warnIfOpen
()
[Expand]
Inherited Methods
From class java.lang.Object
Object
clone
()
boolean
equals
(Object arg0)
void
finalize
()
final Class<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
final void
wait
()
Public Constructors
public
CloseGuard
()
Public Methods
public void
close
()
public void
open
(String closer)
public void
warnIfOpen
()