Name

javax.microedition.rms.RecordFilter

Synopsis

This interface defines a filter that examines a record to check if it matches an application-defined criteria. It can be used for searching or subsetting records. The matches( ) method returns true if the candidate record is selected by the RecordFilter.

public interfaceRecordFilter {
   // public static methods
   boolean public boolean matches(byte candidate[]);
}

Get Wireless Java now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.