136137138139140141142
* * @param object The Files to wrap. * @return A CoreFile wrapping the given Locks. */ public static CoreFile $(File... object) { return new CoreFile($, object); }