android.util
Class EventLogTags

java.lang.Object
  extended by android.util.EventLogTags

public class EventLogTags
extends java.lang.Object


Nested Class Summary
static class EventLogTags.Description
           
 
Constructor Summary
EventLogTags()
           
EventLogTags(java.io.BufferedReader input)
           
 
Method Summary
 EventLogTags.Description get(int tag)
           
 EventLogTags.Description get(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventLogTags

public EventLogTags()
             throws java.io.IOException
Throws:
java.io.IOException

EventLogTags

public EventLogTags(java.io.BufferedReader input)
             throws java.io.IOException
Throws:
java.io.IOException
Method Detail

get

public EventLogTags.Description get(java.lang.String name)

get

public EventLogTags.Description get(int tag)


Copyright © 2008-2010. All Rights Reserved.