Uses of Class
com.google.common.jimfs.GuardedBy
-
-
Uses of GuardedBy in com.google.common.jimfs
Fields in com.google.common.jimfs with annotations of type GuardedBy Modifier and Type Field Description private java.util.Set<java.lang.Thread>JimfsFileChannel. blockingThreadsSet of threads that are currently doing an interruptible blocking operation; that is, doing something that requires acquiring the file's lock.(package private) RegularFileJimfsInputStream. file(package private) RegularFileJimfsOutputStream. fileprivate booleanJimfsInputStream. finishedprivate longJimfsInputStream. posprivate longJimfsOutputStream. posprivate longJimfsFileChannel. positionMethods in com.google.common.jimfs with annotations of type GuardedBy Modifier and Type Method Description private voidJimfsInputStream. checkNotClosed()private voidJimfsOutputStream. checkNotClosed()private booleanJimfsInputStream. isOpen()private booleanJimfsOutputStream. isOpen()
-